Example #1
0
 private function processingError(\Exception $e)
 {
     $config = Application::getLogsConfig();
     $this->handler = new ExceptionCustom();
     $this->handler->exceptionLogging($e, $config['db_logs']);
 }