Exception: TidaSinaWeibo::IPAccessLimitException

Inherits:
Exception
  • Object
show all
Defined in:
lib/tida_sina_weibo/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#message

Instance Method Summary collapse

Methods inherited from Exception

#inspect, #to_s

Constructor Details

#initializeIPAccessLimitException

Returns a new instance of IPAccessLimitException.



28
29
30
# File 'lib/tida_sina_weibo/exceptions.rb', line 28

def initialize
  super "IP access limit reached"
end