Exception: MultiPassword::MethodNotImplemented

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/multi_password/errors.rb

Instance Method Summary collapse

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, **options)
  super("subclass does not implement ##{method_name}", *args, **options)
end