Class: Sem::Errors::ResourceNotCreated
- Inherits:
-
ResourceException
- Object
- ResourceException
- Sem::Errors::ResourceNotCreated
- 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
28 29 30 |
# File 'lib/sem/errors.rb', line 28 def "[ERROR] #{@resource} creation failed\n\n#{@resource} #{@path.join("/")} not created." end |