From 480c6e0ae14f1758452348006c9db82be8caa560 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 21 Jun 2026 21:11:08 +0200 Subject: [PATCH] Remove deprecated I/O exceptions --- src/main/php/io/FileNotFoundException.class.php | 10 ---------- src/main/php/io/IOException.class.php | 12 ------------ .../php/io/OperationNotSupportedException.class.php | 10 ---------- src/main/php/io/OperationTimedOutException.class.php | 10 ---------- 4 files changed, 42 deletions(-) delete mode 100755 src/main/php/io/FileNotFoundException.class.php delete mode 100755 src/main/php/io/IOException.class.php delete mode 100755 src/main/php/io/OperationNotSupportedException.class.php delete mode 100755 src/main/php/io/OperationTimedOutException.class.php diff --git a/src/main/php/io/FileNotFoundException.class.php b/src/main/php/io/FileNotFoundException.class.php deleted file mode 100755 index cdb988b94..000000000 --- a/src/main/php/io/FileNotFoundException.class.php +++ /dev/null @@ -1,10 +0,0 @@ -