Exception: Ducalis::MissingToken

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ducalis/errors.rb

Constant Summary collapse

MESSAGE =
'You should provide token in order to interact with GitHub'.freeze

Instance Method Summary collapse

Constructor Details

#initialize(msg = MESSAGE) ⇒ MissingToken

Returns a new instance of MissingToken.



15
16
17
# File 'lib/ducalis/errors.rb', line 15

def initialize(msg = MESSAGE)
  super
end