Exception: PagseguroV2::Errors::UnknownError

Inherits:
Exception
  • Object
show all
Defined in:
lib/pagseguro_v2/errors/unknown_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ UnknownError

Returns a new instance of UnknownError.



4
5
6
# File 'lib/pagseguro_v2/errors/unknown_error.rb', line 4

def initialize(response)
  super("Unknown response code (#{response.code}):\n#{response.body}")
end