2
0

Better error response to malformed headers (#35278)

This commit is contained in:
David Roetzel
2025-07-08 11:31:04 +02:00
committed by GitHub
parent 71b2120e5c
commit 8ee6cee36e
4 changed files with 30 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ module Mastodon
class SyntaxError < Error; end
class InvalidParameterError < Error; end
class SignatureVerificationError < Error; end
class MalformedHeaderError < Error; end
class UnexpectedResponseError < Error
attr_reader :response