Contao\CoreBundle\Exception\NoContentResponseException::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Exception $previous = null )
$previous Exception
    public function __construct(\Exception $previous = null)
    {
        parent::__construct(new Response('', 204), $previous);
    }
NoContentResponseException