Exception: MissingParameterException

Inherits:
ParameterException show all
Defined in:
lib/rbbt/util/misc/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(parameter) ⇒ MissingParameterException

Returns a new instance of MissingParameterException.



5
6
7
# File 'lib/rbbt/util/misc/exceptions.rb', line 5

def initialize(parameter)
  super("Missing parameter '#{parameter}'")
end