0
0
Fork 0

Fix error when passing unknown filter param in REST API (#20626)

Fix #19156
This commit is contained in:
Eugen Rochko 2022-11-14 08:06:06 +01:00 committed by GitHub
parent 5c826c408d
commit b31afc6294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 31 additions and 28 deletions

View file

@ -11,6 +11,7 @@ module Mastodon
class RaceConditionError < Error; end
class RateLimitExceededError < Error; end
class SyntaxError < Error; end
class InvalidParameterError < Error; end
class UnexpectedResponseError < Error
attr_reader :response