Exception: Circus::Agents::MissingParameterException

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/circus/agents/params.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ MissingParameterException

Returns a new instance of MissingParameterException.



42
43
44
# File 'lib/circus/agents/params.rb', line 42

def initialize(name)
  super("missing parameter #{name}")
end