Exception: Booqable::CompanyRequired

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

Overview

Raised when a company slug is not set in Booqable configuration

Instance Method Summary collapse

Constructor Details

#initializeCompanyRequired

Returns a new instance of CompanyRequired.



429
430
431
# File 'lib/booqable/error.rb', line 429

def initialize
  super("Company ID is required. Please set `company_id` in Booqable configuration.")
end