Exception: Twat::Exceptions::TweetTooLong

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

Instance Method Summary collapse

Instance Method Details

#msgObject



76
77
78
# File 'lib/twat/exceptions.rb', line 76

def msg
  "Twitter enforces a maximum status length of 140 characters"
end