Exception: ErpIntegration::ResourceNotFound
- Defined in:
- lib/erp_integration/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ResourceNotFound
constructor
A new instance of ResourceNotFound.
Constructor Details
#initialize ⇒ ResourceNotFound
Returns a new instance of ResourceNotFound.
21 22 23 |
# File 'lib/erp_integration/errors.rb', line 21 def initialize super "[ERP Integration] Couldn't find the requested resource." end |