Exception: Twat::Exceptions::NoSuchEndpoint
- Inherits:
-
TwatException
- Object
- Exception
- TwatException
- Twat::Exceptions::NoSuchEndpoint
- Defined in:
- lib/twat/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#msg ⇒ Object
35 36 37 |
# File 'lib/twat/exceptions.rb', line 35 def msg "Available endpoints are #{::Twat::ENDPOINTS.join(", ")}" end |