Initial AP objects implementation
This commit is contained in:
10
source/ap/errors.d
Normal file
10
source/ap/errors.d
Normal file
@@ -0,0 +1,10 @@
|
||||
module ap.errors;
|
||||
|
||||
/++
|
||||
* Base exception for ActivityPub
|
||||
+/
|
||||
class APException : Exception {
|
||||
this(string msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user