Exception: Pwl::Locker::BlankValueError

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

Instance Method Summary collapse

Constructor Details

#initializeBlankValueError

Returns a new instance of BlankValueError.



46
47
48
# File 'lib/pwl/locker.rb', line 46

def initialize
  super("Value")
end