Add validation of media attachments, clean up mastodon-own exception classes
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
|
||||
module Mastodon
|
||||
class Error < StandardError; end
|
||||
class NotPermitted < Error; end
|
||||
class NotPermittedError < Error; end
|
||||
class ValidationError < Error; end
|
||||
end
|
||||
|
Reference in New Issue
Block a user