Exception: Twat::Exceptions::InvalidBool
- Inherits:
-
TwatException
- Object
- Exception
- TwatException
- Twat::Exceptions::InvalidBool
- Defined in:
- lib/twat/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#msg ⇒ Object
66 67 68 |
# File 'lib/twat/exceptions.rb', line 66 def msg "Invalid value, valid values are #{Options::BOOL_VALS.join("|")}" end |