Refactoring: Move SignatureVerificationError
into Mastodon
namespace (#34342)
This commit is contained in:
parent
324acff572
commit
e2ef173b82
4 changed files with 32 additions and 33 deletions
|
@ -12,6 +12,7 @@ module Mastodon
|
|||
class RateLimitExceededError < Error; end
|
||||
class SyntaxError < Error; end
|
||||
class InvalidParameterError < Error; end
|
||||
class SignatureVerificationError < Error; end
|
||||
|
||||
class UnexpectedResponseError < Error
|
||||
attr_reader :response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue