forked from e621ng/e621ng
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ProcessingError < Exception
|
|
|
|
end
|