justbases_string._errors module

Errors.

exception justbases_string._errors.BaseDisplayError

Bases: exceptions.Exception

Top-level class for exceptions raised by this package.

exception justbases_string._errors.BaseDisplayValueError(value, param, msg=None)

Bases: justbases_string._errors.BaseDisplayError

Raised when a parameter has an unacceptable value.

May also be raised when the parameter has an unacceptable type.

Initializer.

Parameters:
  • value (object) – the value
  • param (str) – the parameter
  • msg (str) – an explanatory message

Previous topic

justbases_string._config module

Next topic

justbases_string._string module

This Page