Exception: Twat::Exceptions::NoSuchEndpoint

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

Instance Method Summary collapse

Instance Method Details

#msgObject



35
36
37
# File 'lib/twat/exceptions.rb', line 35

def msg
  "Available endpoints are #{::Twat::ENDPOINTS.join(", ")}"
end