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

getException() protected method

Get the exception.
protected getException ( ) : Exception
return Exception
    protected function getException()
    {
        return $this->getMockForAbstractClass('eZ\\Publish\\API\\Repository\\Exceptions\\NotFoundException');
    }