Exception: Dropcaster::MissingAttributeError

Inherits:
ConfigurationError show all
Defined in:
lib/dropcaster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(missingAttribute) ⇒ MissingAttributeError

Returns a new instance of MissingAttributeError.



9
10
11
# File 'lib/dropcaster/errors.rb', line 9

def initialize(missingAttribute)
  super("#{missingAttribute} is a mandatory attribute, but it is missing.")
end