Exception: MissingParameterException
- Inherits:
-
ParameterException
- Object
- StandardError
- ScoutException
- ParameterException
- MissingParameterException
- Defined in:
- lib/scout/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.
18 19 20 |
# File 'lib/scout/exceptions.rb', line 18 def initialize(parameter) super("Missing parameter '#{parameter}'") end |