Class: Sem::Errors::ResourceNotUpdated

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



34
35
36
# File 'lib/sem/errors.rb', line 34

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