Exception: ThreeScale::Backend::API::InvalidCredentials
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- ThreeScale::Backend::API::InvalidCredentials
- Defined in:
- app/api/internal/internal.rb
Instance Method Summary collapse
-
#initialize(msg = 'Internal API credentials not provided.'.freeze) ⇒ InvalidCredentials
constructor
A new instance of InvalidCredentials.
Constructor Details
#initialize(msg = 'Internal API credentials not provided.'.freeze) ⇒ InvalidCredentials
Returns a new instance of InvalidCredentials.
9 10 11 |
# File 'app/api/internal/internal.rb', line 9 def initialize(msg = 'Internal API credentials not provided.'.freeze) super(msg) end |