Dumped Contents
In
Response.php
line 312:
if ($ex !== null && \in_array(static::$env, [Env::DEV->value, Env::STAGING->value], true)) {
/** @noinspection ForgottenDebugOutputInspection */
dump($ex);
}
$response = new static(null, null);
App\Exception\LogicException {#3120
#message: "Запись не найдена"
#code: 0
#file: "/var/www/www-root/data/www/staging/test3.ledums.com/src/Service/Reclamator/Synchronization/Sl/ExternalChangesService.php"
#line: 264
trace: {
/var/www/www-root/data/www/staging/test3.ledums.com/src/Service/Reclamator/Synchronization/Sl/ExternalChangesService.php:264 {
App\Service\Reclamator\Synchronization\Sl\ExternalChangesService->changeStatus(Request $request): Response …
› if (!$reclamation instanceof Reclamation) {
› throw new LogicException($this->translator->trans('error.entity.not_found'));
› }
}
/var/www/www-root/data/www/staging/test3.ledums.com/src/Controller/ExternalChangesApiController.php:325 {
App\Controller\ExternalChangesApiController->changeReclamationStatus(Request $request): Response …
› try {
› $response = $this->reclamationExternalChangesService->changeStatus($request);
› } catch (LogicException $ex) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#8 …}
}
}
/var/www/www-root/data/www/staging/test3.ledums.com/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#8 …}
}
}
/var/www/www-root/data/www/staging/test3.ledums.com/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#8 …}
$type: 1
}
}
/var/www/www-root/data/www/staging/test3.ledums.com/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#8 …}
$type: 1
$catch: true
}
}
/var/www/www-root/data/www/staging/test3.ledums.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#8 …}
}
}
/var/www/www-root/data/www/staging/test3.ledums.com/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/www-root/data/www/staging/test3.ledums.com/public/index.php:5 {
›
› require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/www-root/data/www/staging/test3.ledums.com/vendor/autoload_runtime.php"
}
}
}
}