Exception: Gista::Unauthorized

Inherits:
StandardError
  • Object
show all
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

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