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
ValueErrorexceptions raised during validation are available from theerrorsattribute which maps setting names to theValueErrorraised.