Exception: CloudRailSi::Errors::InternalError
- Inherits:
-
StandardError
- Object
- StandardError
- CloudRailSi::Errors::InternalError
- Defined in:
- lib/cloudrail_si/errors/InternalError.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(message) ⇒ InternalError
Returns a new instance of InternalError.
4 5 6 7 |
# File 'lib/cloudrail_si/errors/InternalError.rb', line 4 def initialize() = .nil? ? nil : .gsub('null', 'nil') super("An internal error has occurred which you probably cannot fix. We'd very much appreciate it if you would report it to the CloudRail team. The error message is:\n #{}") end |