Exception: Pwl::Locker::BlankKeyError

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

Instance Method Summary collapse

Constructor Details

#initializeBlankKeyError

Returns a new instance of BlankKeyError.



40
41
42
# File 'lib/pwl/locker.rb', line 40

def initialize
  super("Key")
end