Exception: Booqable::CompanyRequired
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Booqable::CompanyRequired
- Defined in:
- lib/booqable/error.rb
Overview
Raised when a company slug is not set in Booqable configuration
Instance Method Summary collapse
-
#initialize ⇒ CompanyRequired
constructor
A new instance of CompanyRequired.
Constructor Details
#initialize ⇒ CompanyRequired
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 |