Exception: Nucleus::Errors::PlatformUnavailableError
- Inherits:
-
AdapterError
- Object
- StandardError
- AdapterError
- Nucleus::Errors::PlatformUnavailableError
- Defined in:
- lib/nucleus/core/errors/platform_unavailable_error.rb
Instance Attribute Summary
Attributes inherited from AdapterError
Instance Method Summary collapse
-
#initialize(message) ⇒ PlatformUnavailableError
constructor
initialize with default error to be 503.
Constructor Details
#initialize(message) ⇒ PlatformUnavailableError
initialize with default error to be 503
5 6 7 |
# File 'lib/nucleus/core/errors/platform_unavailable_error.rb', line 5 def initialize() super(, ErrorMessages::UNAVAILABLE) end |