ApiPlatform\Core\Problem\Serializer\ErrorNormalizer::__construct PHP Method

__construct() public method

public __construct ( boolean $debug = false )
$debug boolean
    public function __construct(bool $debug = false)
    {
        $this->debug = $debug;
    }