class Ashikawa::Core::ResourceNotFound
This Exception is thrown when you request a resource that does not exist on the server
Public Instance Methods
default_error_message()
click to toggle source
The default message for this error.
@return String @api private
# File lib/ashikawa-core/exceptions/client_error/resource_not_found.rb, line 12 def default_error_message 'The Resource you requested was not found on the server' end