aboutsummaryrefslogtreecommitdiffhomepage
path: root/Digitigrade/RpcException.php
diff options
context:
space:
mode:
authorwinter2024-12-19 20:59:18 +0000
committerwinter2024-12-19 20:59:18 +0000
commit72b07245f44c73ed41bfcca2465a9ee34426a922 (patch)
tree57372703100ad792c95c665a568aabe8a763bfdf /Digitigrade/RpcException.php
parent1e070a7a0097c74f8ac30678d39267f19c76f9f6 (diff)
implement follow relationships (untested)
does NOT implement the actual behaviour behind follows (receiving posts and such)
Diffstat (limited to 'Digitigrade/RpcException.php')
-rw-r--r--Digitigrade/RpcException.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Digitigrade/RpcException.php b/Digitigrade/RpcException.php
new file mode 100644
index 0000000..f2d4775
--- /dev/null
+++ b/Digitigrade/RpcException.php
@@ -0,0 +1,6 @@
+<?php
+namespace Digitigrade;
+
+class RpcException extends \Exception {
+
+} \ No newline at end of file