Exception: Nucleus::Errors::AdapterResourceNotFoundError

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

Instance Attribute Summary

Attributes inherited from AdapterError

#ui_error

Instance Method Summary collapse

Constructor Details

#initialize(message, ui_error = ErrorMessages::ENDPOINT_NOT_FOUND) ⇒ AdapterResourceNotFoundError

initialize with default error to be 404, endpoint resource not found



5
6
7
# File 'lib/nucleus/core/errors/adapter_resource_not_found_error.rb', line 5

def initialize(message, ui_error = ErrorMessages::ENDPOINT_NOT_FOUND)
  super(message, ui_error)
end