Exception: MissingParameterException
- Inherits:
-
ParameterException
- Object
- StandardError
- RbbtException
- ParameterException
- MissingParameterException
- Defined in:
- lib/rbbt/util/misc/exceptions.rb
Instance Method Summary collapse
-
#initialize(parameter) ⇒ MissingParameterException
constructor
A new instance of MissingParameterException.
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 |