Exception: Upkey::Helios::HeliosResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/upkey/helios/errors/helios_response_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An error has occurred on Helios. Please check the Helios logs for more Details.") ⇒ HeliosResponseError

Returns a new instance of HeliosResponseError.



4
5
6
# File 'lib/upkey/helios/errors/helios_response_error.rb', line 4

def initialize(msg = "An error has occurred on Helios. Please check the Helios logs for more Details.")
  super
end