Exception: Twat::Exceptions::TweetTooLong
- Inherits:
-
TwatException
- Object
- Exception
- TwatException
- Twat::Exceptions::TweetTooLong
- Defined in:
- lib/twat/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#msg ⇒ Object
76 77 78 |
# File 'lib/twat/exceptions.rb', line 76 def msg "Twitter enforces a maximum status length of 140 characters" end |