Add top‑level exception handler to pb-dydns.php for cleaner CLI failures #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
Configor other components throw an exception, the CLI script currently prints a PHP stack trace. Adding a top‑leveltry/catchblock would allow the script to fail gracefully with a clear message and a consistent exit code.Proposed behavior
Benefits
cron/systemdNotes