class Pwl::InvalidMasterPasswordError
Public Class Methods
new(reason)
click to toggle source
Calls superclass method
# File lib/pwl/password_policy.rb, line 3 def initialize(reason) super("The master password is not valid: #{reason}") end