Exception: Shark::ResourceNotFound

Inherits:
ClientError show all
Defined in:
lib/shark/error.rb

Instance Attribute Summary

Attributes inherited from ApiError

#code, #env

Instance Method Summary collapse

Methods inherited from ApiError

#body, #initialize, #url

Constructor Details

This class inherits a constructor from Shark::ApiError

Instance Method Details

#messageObject



38
39
40
# File 'lib/shark/error.rb', line 38

def message
  "Couldn't find resource at: #{url}"
end