diff options
author | Zach Copley <zach@status.net> | 2010-05-07 00:52:54 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-05-07 10:10:30 -0700 |
commit | 06a63b0404aa96efc1118563482c11567b048961 (patch) | |
tree | 343ae0947c3d71704378483174ce8cd3bf64cb9a /lib/apiaction.php | |
parent | b407665b983297078f5361db24c60a7d46e0f4ba (diff) |
Finish api/statusnet/groups/update
Diffstat (limited to 'lib/apiaction.php')
-rw-r--r-- | lib/apiaction.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/apiaction.php b/lib/apiaction.php index 42aa08ef7..d35391d4e 100644 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -97,6 +97,8 @@ if (!defined('STATUSNET')) { exit(1); } +class ApiValidationException extends Exception { } + /** * Contains most of the Twitter-compatible API output functions. * |