Exception: Nucleus::Errors::PlatformUnavailableError

Inherits:
AdapterError
  • Object
show all
Defined in:
lib/nucleus/core/errors/platform_unavailable_error.rb

Instance Attribute Summary

Attributes inherited from AdapterError

#ui_error

Instance Method Summary collapse

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(message)
  super(message, ErrorMessages::UNAVAILABLE)
end