Exception: SmoothOperator::Exceptions::NotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/smooth_operator/exceptions.rb

Instance Attribute Summary

Attributes inherited from Base

#response

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from SmoothOperator::Exceptions::Base

Instance Method Details

#messageObject



27
28
29
# File 'lib/smooth_operator/exceptions.rb', line 27

def message
  'NotFound'
end