icingaweb2/library/Icinga/File/Ini
jrauh01 33f0c4eba3
Use NotWritableError for ini config (#5404)
Replaced the unused `Zend_Config_Exception` with a more appropriate
`NotWritableError` in `IniWriter::write()`.

- The old `Zend_Config_Exception` was never caught anywhere in the
codebase.
- Changed to `NotWritableError` to better reflect file permission and
write issues.
- Added `@` suppression to the `file_put_contents()` call so that the
method can throw `NotWritableError` instead of crashing on PHP warnings.
2026-02-26 12:33:54 +01:00
..
Dom Section: Fix type for property $commentPost 2023-08-23 10:53:13 +02:00
IniParser.php IniParser: Add work-around for php bug 76965 2019-04-17 10:00:42 +02:00
IniWriter.php Use NotWritableError for ini config (#5404) 2026-02-26 12:33:54 +01:00