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