Exception: Dropcaster::MissingAttributeError

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

Instance Method Summary collapse

Constructor Details

#initialize(missing_attribute) ⇒ MissingAttributeError

Returns a new instance of MissingAttributeError.



11
12
13
# File 'lib/dropcaster/errors.rb', line 11

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