Exception: TidaSinaWeibo::NoAccessTokenAvaiableException

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

#initializeNoAccessTokenAvaiableException

Returns a new instance of NoAccessTokenAvaiableException.



22
23
24
# File 'lib/tida_sina_weibo/exceptions.rb', line 22

def initialize
  super "There is not any valid access token"
end