summaryrefslogtreecommitdiff
path: root/matrix-specification/Requests/RateLimited.php
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-specification/Requests/RateLimited.php')
-rw-r--r--matrix-specification/Requests/RateLimited.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/matrix-specification/Requests/RateLimited.php b/matrix-specification/Requests/RateLimited.php
new file mode 100644
index 0000000..9f917a4
--- /dev/null
+++ b/matrix-specification/Requests/RateLimited.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace Matrix\Requests;
+
+interface RateLimited
+{
+ # TODO
+}