Class: Sem::Errors::ResourceNotUpdated
- Inherits:
-
ResourceException
- Object
- ResourceException
- Sem::Errors::ResourceNotUpdated
- Defined in:
- lib/sem/errors.rb
Instance Method Summary collapse
Methods inherited from ResourceException
Constructor Details
This class inherits a constructor from Sem::Errors::ResourceException
Instance Method Details
#message ⇒ Object
34 35 36 |
# File 'lib/sem/errors.rb', line 34 def "[ERROR] #{@resource} update failed\n\n#{@resource} #{@path.join("/")} not updated." end |