correct namespace

This commit is contained in:
Guillermo Dev
2018-10-09 01:28:50 +02:00
parent 88dca86994
commit e75a388eb0

View File

@@ -61,7 +61,7 @@ class Configuration {
$this->values['session']['save_path'] = session_save_path(); $this->values['session']['save_path'] = session_save_path();
if(!file_exists($this->custom_config)) { if(!file_exists($this->custom_config)) {
throw new \Exception\UsageException('No configuration.local.php file was found. Create it with the proper config.'); throw new \BSR\Lib\Exception\UsageException('No configuration.local.php file was found. Create it with the proper config.');
} }
$configuration = include_once $this->custom_config; $configuration = include_once $this->custom_config;