utilities/errors
Custom error classes for configuration operations
Classes
| Class | Description |
|---|---|
| ConfigInvalidException | An error that occurs when a Element is invalid. |
| ConfigUnsetException | An error that occurs when a Element is unset. |
| ConfigValueException | Base exception class for configuration value errors. |
| ElementExistsException | An error that occurs when a Element already exists. |
| ElementNotFoundException | An error that occurs when a Element is not found. |
| InvalidNameException | An error that occurs when the name of a configuration component is invalid. |
| ItemExistsException | An abstract error class that occurs when an item already exists. |
| SectionExistsException | An error that occurs when a Section already exists. |
| SectionNotFoundException | An error that occurs when a Section is not found. |