Exception: Pwl::Locker::WrongMasterPasswordError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pwl/locker.rb

Instance Method Summary collapse

Constructor Details

#initializeWrongMasterPasswordError

Returns a new instance of WrongMasterPasswordError.



16
17
18
# File 'lib/pwl/locker.rb', line 16

def initialize
  super("The master password is wrong")
end