Exception: Inferno::Exceptions::ValidatorNotFoundException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(validator_name) ⇒ ValidatorNotFoundException

Returns a new instance of ValidatorNotFoundException.



62
63
64
# File 'lib/inferno/exceptions.rb', line 62

def initialize(validator_name)
  super("No '#{validator_name}' validator found")
end