Google\Cloud\Tests\GrpcRequestWrapperTest::exceptionProvider PHP Method

exceptionProvider() public method

public exceptionProvider ( )
    public function exceptionProvider()
    {
        return [[3, Exception\BadRequestException::class], [5, Exception\NotFoundException::class], [6, Exception\ConflictException::class], [2, Exception\ServerException::class], [13, Exception\ServerException::class], [15, Exception\ServiceException::class]];
    }