Class: Sem::Errors::ResourceNotCreated

Inherits:
ResourceException show all
Defined in:
lib/sem/errors.rb

Instance Method Summary collapse

Methods inherited from ResourceException

#initialize

Constructor Details

This class inherits a constructor from Sem::Errors::ResourceException

Instance Method Details

#messageObject



28
29
30
# File 'lib/sem/errors.rb', line 28

def message
  "[ERROR] #{@resource} creation failed\n\n#{@resource} #{@path.join("/")} not created."
end