Exception: CS::Error::ResourceIdError

Inherits:
Error
  • Object
show all
Defined in:
lib/cs/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "No id found for Resrouce: #{self.class}") ⇒ ResourceIdError

Returns a new instance of ResourceIdError.



16
17
18
# File 'lib/cs/error.rb', line 16

def initialize(message = "No id found for Resrouce: #{self.class}")
  super(message)
end