Skip to content

pyparam.exceptions

module

pyparam.exceptions

Exceptions used in pyparam

Classes
class

pyparam.exceptions.PyParamException()

Bases
Exception BaseException

Base exception for pyparam

class

pyparam.exceptions.PyParamTypeError()

Bases
pyparam.exceptions.PyParamException Exception BaseException

When parameter type is not supported

class

pyparam.exceptions.PyParamValueError()

Bases
pyparam.exceptions.PyParamException Exception BaseException

When parameter value is improper

class

pyparam.exceptions.PyParamNameError()

Bases
pyparam.exceptions.PyParamException Exception BaseException

Any errors related to parameter names