Fatal error: Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use in /home/dh_bccc9k/back-dev.destinico.com.uy/releases/20260227000713Z/vendor/psr/container/src/ContainerInterface.php on line 10
Compile Error: Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use (500 Internal Server Error)

Symfony Exception

FatalError

HTTP 500 Internal Server Error

Compile Error: Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use

Exception

Symfony\Component\ErrorHandler\Error\ FatalError

Show exception properties
Symfony\Component\ErrorHandler\Error\FatalError {#174
  -error: array:4 [
    "type" => 64
    "message" => "Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use"
    "file" => "/home/dh_bccc9k/back-dev.destinico.com.uy/releases/20260227000713Z/vendor/psr/container/src/ContainerInterface.php"
    "line" => 10
  ]
}
  1. namespace Psr\Container;
  2. /**
  3.  * Describes the interface of a container that exposes methods to read its entries.
  4.  */
  5. interface ContainerInterface
  6. {
  7.     /**
  8.      * Finds an entry of the container by its identifier and returns it.
  9.      *
  10.      * @param string $id Identifier of the entry to look for.

Stack Trace

FatalError
Symfony\Component\ErrorHandler\Error\FatalError:
Compile Error: Cannot declare interface Psr\Container\ContainerInterface, because the name is already in use

  at /home/dh_bccc9k/back-dev.destinico.com.uy/releases/20260227000713Z/vendor/psr/container/src/ContainerInterface.php:10