Exception: Ashikawa::Core::ResourceNotFound

Inherits:
ClientError
  • Object
show all
Defined in:
lib/ashikawa-core/exceptions/client_error/resource_not_found.rb

Overview

This Exception is thrown when you request a resource that does not exist on the server

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Ashikawa::Core::ClientError

Instance Method Details

#default_error_messageObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The default message for this error.

Returns:

  • String



13
14
15
# File 'lib/ashikawa-core/exceptions/client_error/resource_not_found.rb', line 13

def default_error_message
  'The Resource you requested was not found on the server'
end