for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* Ajax Shoutbox extension for the phpBB Forum Software package.
* @copyright (c) 2014 Paul Sohier <http://www.ajax-shoutbox.com>
* @license GNU General Public License, version 2 (GPL-2.0)
*/
namespace paul999\ajaxshoutbox\exceptions;
class shoutbox_exception extends \Exception {
}