ERROR
= str_replace(realpath(__DIR__ . '/../'), '', $exception->getFile()) ?>:= $exception->getLine() ?>
= $exception->getMessage(); ?>
getTrace() as $trace) : ?>
'anonymous fn',
'type' => '',
'function' => '',
'file' => $filePath,
'line' => $lineNumber,
];
} ?>
= $trace['class'] . $trace['type'] . $trace['function'] ?>()
= str_replace(realpath(__DIR__ . '/../'), '', $trace['file']) ?>:= $trace['line'] ?>