aboutsummaryrefslogtreecommitdiff
path: root/classes/icatchall.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2023-10-25 12:55:09 +0300
committerAndrew Dolgov <fox@fakecake.org>2023-10-25 12:55:09 +0300
commit865ecc87963dc3b26e66296616eef2a1cc41ac3f (patch)
treebf2ecd8a391103bdb2c8b70cd33c47467310754b /classes/icatchall.php
parent0a5507d3bd79d04c860455664f919bf8e7274fda (diff)
move to psr-4 autoloader
Diffstat (limited to 'classes/icatchall.php')
-rw-r--r--classes/icatchall.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/icatchall.php b/classes/icatchall.php
deleted file mode 100644
index 29954d35a..000000000
--- a/classes/icatchall.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-interface ICatchall {
- function catchall(string $method): void;
-}