Class: Sem::Errors::ResourceNotDeleted
- Inherits:
-
ResourceException
- Object
- ResourceException
- Sem::Errors::ResourceNotDeleted
- 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
40 41 42 |
# File 'lib/sem/errors.rb', line 40 def "[ERROR] #{@resource} deletion failed\n\n#{@resource} #{@path.join("/")} not deleted." end |