mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
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