Exception: MissingParameterException

Inherits:
ParameterException show all
Defined in:
lib/scout/exceptions.rb

Instance Method Summary collapse

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