for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SEOstats\Common;
/**
* SEOstats Exception Class
*
* @package SEOstats
* @author Stephan Schmitz <[email protected]>
* @copyright Copyright (c) 2010 - present Stephan Schmitz
* @license http://eyecatchup.mit-license.org/ MIT License
* @updated 2013/02/03
*/
class SEOstatsException extends \Exception
{
}