mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
module Exceptions
|
|
|
|
class NotAuthorized < StandardError; end
|
|
class UnprocessableEntity < StandardError; end
|
|
|
|
end
|