Exception: OmniAuth::Strategies::Deezer::CredentialsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/omniauth/strategies/deezer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(error) ⇒ CredentialsError

Returns a new instance of CredentialsError.



115
116
117
# File 'lib/omniauth/strategies/deezer.rb', line 115

def initialize(error)
  self.error = error
end

Instance Attribute Details

#errorObject

Returns the value of attribute error.



113
114
115
# File 'lib/omniauth/strategies/deezer.rb', line 113

def error
  @error
end