Exception: Treblle::Errors::MissingProjectIdError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- ConfigurationError
- Treblle::Errors::MissingProjectIdError
- Defined in:
- lib/treblle/errors/configuration_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Project ID is missing") ⇒ MissingProjectIdError
constructor
A new instance of MissingProjectIdError.
Constructor Details
#initialize(msg = "Project ID is missing") ⇒ MissingProjectIdError
Returns a new instance of MissingProjectIdError.
16 17 18 |
# File 'lib/treblle/errors/configuration_errors.rb', line 16 def initialize(msg = "Project ID is missing") super(msg) end |