mac_maker.profile.spec_file.exceptions

Exceptions for spec files.

exception mac_maker.profile.spec_file.exceptions.SpecFileBaseException[source]

Base class for spec file exceptions.

exception mac_maker.profile.spec_file.exceptions.SpecFileContentNotDefined[source]

Raised when a spec file’s content is accessed before being defined.

exception mac_maker.profile.spec_file.exceptions.SpecFilePathNotDefined[source]

Raised when a spec file’s path is accessed before being defined.

exception mac_maker.profile.spec_file.exceptions.SpecFileValidationError[source]

Raised when reading an invalid spec file.