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
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