Exception: Upkey::Helios::HeliosResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Upkey::Helios::HeliosResponseError
- Defined in:
- lib/upkey/helios/errors/helios_response_error.rb
Instance Method Summary collapse
-
#initialize(msg = "An error has occurred on Helios. Please check the Helios logs for more Details.") ⇒ HeliosResponseError
constructor
A new instance of HeliosResponseError.
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 |