Added avg query
This commit is contained in:
6
src/cpl_query/exceptions.py
Normal file
6
src/cpl_query/exceptions.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class InvalidTypeException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class WrongTypeException(Exception):
|
||||
pass
|
Reference in New Issue
Block a user