Exception: Pwl::Store::WrongMasterPasswordError

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

Instance Method Summary collapse

Constructor Details

#initializeWrongMasterPasswordError

Returns a new instance of WrongMasterPasswordError.



18
19
20
# File 'lib/pwl/store.rb', line 18

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