class MultiPassword::MethodNotImplemented

Public Class Methods

new(method_name, *args, **options) click to toggle source
Calls superclass method
# File lib/multi_password/errors.rb, line 5
def initialize(method_name, *args, **options)
  super("subclass does not implement ##{method_name}", *args, **options)
end