ConfigFileNotFound
Less than 1 minute
ConfigFileNotFound
Exception thrown when a configuration file is not found.
class ConfigFileNotFound extends \Hazaar\ExceptionExtends: Hazaar\Exception
This exception is used to indicate that a required configuration file does not exist in the specified location.
Methods
__construct
Constructor for ConfigFileNotFound exception.
public __construct(string $fileName): voidParameters
| Parameter | Type | Description |
|---|---|---|
$fileName | string | the name of the configuration file that was not found |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000