ConfigFileNotFound
Less than 1 minute
ConfigFileNotFound
Exception thrown when a configuration file is not found.
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): void
Parameters
Parameter | Type | Description |
---|---|---|
$fileName | string | the name of the configuration file that was not found |
Generated by Hazaar API Doc Generator