Exception: Worldline::Acquiring::SDK::Authentication::OAuth2Exception

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/worldline/acquiring/sdk/authentication/oauth2_exception.rb

Overview

Raised when an exception regarding the authorization with the Worldline OAuth2 Authorization Server occurs.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OAuth2Exception

Returns a new instance of OAuth2Exception.



8
9
10
# File 'lib/worldline/acquiring/sdk/authentication/oauth2_exception.rb', line 8

def initialize(message)
  super(message)
end