Contao\CoreBundle\Exception\NoContentResponseException::__construct PHP Méthode

__construct() public méthode

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