Exception: PagSeguro::Errors::UnknownError

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

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ UnknownError



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

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