eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\BadRequestExceptionTest::getException PHP Метод

getException() защищенный Метод

Gets the exception.
protected getException ( ) : Exception
Результат Exception
    protected function getException()
    {
        return new Exceptions\BadRequestException('Test');
    }