Exception: Booqable::PrivateKeyOrSecretRequired

Inherits:
ConfigArgumentError show all
Defined in:
lib/booqable/error.rb

Overview

Raised when a private key or secret is not set in Booqable configuration

Instance Method Summary collapse

Constructor Details

#initializePrivateKeyOrSecretRequired

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