X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fapiaction.php;h=432b3245320aa9ac1718ee9aa97182119575a128;hb=ae696728f5edf8972c68c17ce9ea21f07d44cbed;hp=7868ecab157c178654fdd81345e2c0808daadd37;hpb=ab2c3686b7711f3d0e727093b487fcb54448cc39;p=quix0rs-gnu-social.git diff --git a/lib/apiaction.php b/lib/apiaction.php index 7868ecab15..432b324532 100644 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -27,7 +27,7 @@ * @author Jeffery To * @author Toby Inkster * @author Zach Copley - * @copyright 2009 StatusNet, Inc. + * @copyright 2009-2010 StatusNet, Inc. * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ @@ -98,6 +98,8 @@ if (!defined('STATUSNET')) { exit(1); } +class ApiValidationException extends Exception { } + /** * Contains most of the Twitter-compatible API output functions. *