Exception: Gista::Unauthorized
- Inherits:
-
StandardError
- Object
- StandardError
- Gista::Unauthorized
- Defined in:
- lib/gista.rb
Overview
Exception raised when trying to do stuff on Github that you are not authorized for.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize(*args) ⇒ Unauthorized
Returns a new instance of Unauthorized.
31 32 33 |
# File 'lib/gista.rb', line 31 def initialize(*args) super "Authorization with Github failed. Please remove your token file and try again to re-authenticate.", *args end |