Exception: Booqable::PrivateKeyOrSecretRequired
- Inherits:
-
ConfigArgumentError
- Object
- ArgumentError
- ConfigArgumentError
- Booqable::PrivateKeyOrSecretRequired
- Defined in:
- lib/booqable/error.rb
Overview
Raised when a private key or secret is not set in Booqable configuration
Instance Method Summary collapse
-
#initialize ⇒ PrivateKeyOrSecretRequired
constructor
A new instance of PrivateKeyOrSecretRequired.
Constructor Details
#initialize ⇒ PrivateKeyOrSecretRequired
Returns a new instance of PrivateKeyOrSecretRequired.
460 461 462 |
# File 'lib/booqable/error.rb', line 460 def initialize super("Private key or secret is required. Please set `single_use_token_private_key` or `single_use_token_secret` in Booqable configuration.") end |