Exception: MultiPassword::MethodNotImplemented
- Inherits:
-
NoMethodError
- Object
- NoMethodError
- MultiPassword::MethodNotImplemented
- Defined in:
- lib/multi_password/errors.rb
Instance Method Summary collapse
-
#initialize(method_name, *args, **options) ⇒ MethodNotImplemented
constructor
A new instance of MethodNotImplemented.
Constructor Details
#initialize(method_name, *args, **options) ⇒ MethodNotImplemented
Returns a new instance of MethodNotImplemented.
5 6 7 |
# File 'lib/multi_password/errors.rb', line 5 def initialize(method_name, *args, **) super("subclass does not implement ##{method_name}", *args, **) end |