chore(Trashbin): add AbortedEventException use

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-03-18 12:02:19 -04:00
parent bd0784e056
commit 5f658d9eae

View file

@ -26,6 +26,7 @@ use OCP\App\IAppManager;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Command\IBus;
use OCP\Config\IUserConfig;
use OCP\Exceptions\AbortedEventException;
use OCP\EventDispatcher\Event;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\EventDispatcher\IEventListener;