logException($e) : $this->logError($e); if($e instanceof DomainException || $e instanceof ApplicationException) return $e->getMessage(); return "Ошибка. Дата и время: ".date("d-m-Y H:i:s"); } }