-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hey, I noticed something peculiar. By default, both BunnyCDNClient
and BunnyCDNAdapter
share the same exception handler, which is BunnyCDNExceptions
. However, when attempting to perform actions with invalid credentials or invalid operations like deleting an invalid file, I couldn't catch the errors using the try
block. After spending a considerable amount of time investigating the issue, I discovered that creating a new exception and using different exception handlers for BunnyClient
and BunnyAdapter
allows the errors to be thrown correctly.
levizoesch
Metadata
Metadata
Assignees
Labels
No labels