Source code for lasio.exceptions

[docs] class LASDataError(Exception): """Error during reading of numerical data from LAS file.""" pass
[docs] class LASHeaderError(Exception): """Error during reading of header data from LAS file.""" pass
[docs] class LASUnknownUnitError(Exception): """Error of unknown unit in LAS file.""" pass