Exception: Booqable::SingleUseTokenCompanyIdRequired

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/booqable/error.rb

Overview

Raised when a company ID is not set in Booqable configuration and single-use token auth method is used.

Instance Method Summary collapse

Constructor Details

#initializeSingleUseTokenCompanyIdRequired

Returns a new instance of SingleUseTokenCompanyIdRequired.



437
438
439
# File 'lib/booqable/error.rb', line 437

def initialize
  super("Single use token company ID is required. Please set `single_use_token_company_id` in Booqable configuration.")
end