eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\BadRequestExceptionTest::getException PHP Method

getException() protected method

Gets the exception.
protected getException ( ) : Exception
return Exception
    protected function getException()
    {
        return new Exceptions\BadRequestException('Test');
    }