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

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

Get the exception.
protected getException ( ) : Exception
Результат Exception
    protected function getException()
    {
        return $this->getMockForAbstractClass('eZ\\Publish\\API\\Repository\\Exceptions\\NotFoundException');
    }