Exception: Decommas::TokenNotProvidedError

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

Instance Method Summary collapse

Constructor Details

#initializeTokenNotProvidedError

Returns a new instance of TokenNotProvidedError.



3
4
5
# File 'lib/decommas/errors.rb', line 3

def initialize
  super("Please provide token in configuration!")
end