class Pwl::Locker::WrongMasterPasswordError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/pwl/locker.rb, line 16
def initialize
  super("The master password is wrong")
end