Exception: BruntAPI::NotFoundError

Inherits:
ClientError
  • Object
show all
Defined in:
lib/brunt_api/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNotFoundError



18
19
20
# File 'lib/brunt_api/error.rb', line 18

def initialize
  super('Resource not found.')
end