io_helper.cc
changeset 7 f227a74db59d
parent 1 67188bd752db
equal deleted inserted replaced
0:83d40710729e 1:d7f623e97374
    25       {
    25       {
    26         v = MapValue::STRING;
    26         v = MapValue::STRING;
    27       }
    27       }
    28       else
    28       else
    29       {
    29       {
    30         throw DataFormatError("Bad format");
    30         throw FormatError("Bad format");
    31       }
    31       }
    32     }
    32     }
    33   }
    33   }
    34 };
    34 };