V
Size: a a a
V
ВС
АХ
АХ
ВС
АХ
ВС
ВС
V
AB
АХ
class ErgException {
public static function format(Exception $exception): array {
$data = [
'exception' => $exception->getMessage(),
'exception_line' => $exception->getLine(),
'exception_file' => $exception->getFile(),
'exception_trace' => $exception->getTrace(),
];
return $data;
}
}
АХ
ВС
ВС
V
ВС
ВС
V
AB
V