1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang.git synced 2025-03-06 20:48:26 +01:00
pilang/errors.py
2020-04-09 23:44:06 +02:00

4 lines
116 B
Python

class nochsuchcmd: pass
class badarguments: pass
class nosuchmodule: pass
class nosuchvariable: pass