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

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

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