pyparam.exceptions
Exceptions used in pyparam
Classes
PyParamException— Base exception for pyparam</>PyParamTypeError— When parameter type is not supported</>PyParamValueError— When parameter value is improper</>PyParamNameError— Any errors related to parameter names</>
class
pyparam.exceptions.PyParamException()
Bases
Exception
BaseException
Base exception for pyparam
class
pyparam.exceptions.PyParamTypeError()
Bases
When parameter type is not supported
class
pyparam.exceptions.PyParamValueError()
Bases
When parameter value is improper
class
pyparam.exceptions.PyParamNameError()
Bases
Any errors related to parameter names