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');
    }