summaryrefslogtreecommitdiff
path: root/classes/icatchall.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/icatchall.php')
-rw-r--r--classes/icatchall.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/icatchall.php b/classes/icatchall.php
new file mode 100644
index 000000000..29954d35a
--- /dev/null
+++ b/classes/icatchall.php
@@ -0,0 +1,4 @@
+<?php
+interface ICatchall {
+ function catchall(string $method): void;
+}