|
|
@@ -371,8 +371,6 @@ abstract class ErrorHandler extends Component
|
|
|
*/
|
|
|
public static function convertExceptionToVerboseString($exception)
|
|
|
{
|
|
|
- LoggerTool::error('baseErrorHandler.111111');
|
|
|
-
|
|
|
if ($exception instanceof Exception) {
|
|
|
$message = "Exception ({$exception->getName()})";
|
|
|
} elseif ($exception instanceof ErrorException) {
|