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

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

Get expected message.
protected getExpectedMessage ( ) : string
Результат string
    protected function getExpectedMessage()
    {
        return 'Not Found';
    }