Skip to content

utilities/errors

Custom error classes for configuration operations

Classes

ClassDescription
ConfigInvalidExceptionAn error that occurs when a Element is invalid.
ConfigUnsetExceptionAn error that occurs when a Element is unset.
ConfigValueExceptionBase exception class for configuration value errors.
ElementExistsExceptionAn error that occurs when a Element already exists.
ElementNotFoundExceptionAn error that occurs when a Element is not found.
InvalidNameExceptionAn error that occurs when the name of a configuration component is invalid.
ItemExistsExceptionAn abstract error class that occurs when an item already exists.
SectionExistsExceptionAn error that occurs when a Section already exists.
SectionNotFoundExceptionAn error that occurs when a Section is not found.