pibootctl.exc¶
The pibootctl.exc
module defines the various exceptions used in the
application:
- exception pibootctl.exc.InvalidConfiguration(errors)[source]¶
Error raised when an updated configuration fails to validate. All
ValueError
exceptions raised during validation are available from theerrors
attribute which maps setting names to theValueError
raised.