Source code for bulkdata.error

[docs]class Error(Exception): """Error"""
[docs]class EmptyLineError(Error): """EmptyLineError"""