]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/apiaction.php
Merge in Phergie changes
[quix0rs-gnu-social.git] / lib / apiaction.php
index 479a86ad8046f8a324fb39b2798a47b3cca1de14..432b3245320aa9ac1718ee9aa97182119575a128 100644 (file)
@@ -98,6 +98,8 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
+class ApiValidationException extends Exception { }
+
 /**
  * Contains most of the Twitter-compatible API output functions.
  *