Exception: Foxtrot::Errors::ParameterError
- Inherits:
-
FoxtrotError
- Object
- StandardError
- FoxtrotError
- Foxtrot::Errors::ParameterError
- Defined in:
- lib/foxtrot/errors.rb
Instance Method Summary collapse
-
#initialize(param) ⇒ ParameterError
constructor
A new instance of ParameterError.
Constructor Details
#initialize(param) ⇒ ParameterError
Returns a new instance of ParameterError.
7 8 9 10 |
# File 'lib/foxtrot/errors.rb', line 7 def initialize(param) @param = param super "Missing Parameter: #{param}" end |