run(); } catch (\Throwable $e) { header('Content-Type: application/json'); echo json_encode([ 'error' => $e->getMessage(), 'file' => $e->getFile(), 'line' => $e->getLine(), ]); }