Exception: Twat::Exceptions::InvalidBool

Inherits:
TwatException show all
Defined in:
lib/twat/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#msgObject



66
67
68
# File 'lib/twat/exceptions.rb', line 66

def msg
  "Invalid value, valid values are #{Options::BOOL_VALS.join("|")}"
end