Exception: SmoothOperator::Operator::Exceptions::NotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/smooth_operator/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::Operator::Exceptions::Base

Instance Method Details

#messageObject



29
30
31
# File 'lib/smooth_operator/operator/exceptions.rb', line 29

def message
  'NotFound'
end