Exception: MultiPassword::InvalidOptions
- Defined in:
- lib/multi_password/errors.rb
Instance Method Summary collapse
-
#initialize(strategy, message) ⇒ InvalidOptions
constructor
A new instance of InvalidOptions.
Constructor Details
#initialize(strategy, message) ⇒ InvalidOptions
Returns a new instance of InvalidOptions.
17 18 19 |
# File 'lib/multi_password/errors.rb', line 17 def initialize(strategy, ) super("Algorithm #{strategy} options: #{}") end |