recurr/src/Recurr/Exception.php
2013-06-12 20:56:15 -04:00

18 lines
278 B
PHP

<?php
/*
* Copyright 2013 Shaun Simmons
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Recurr;
/**
* The base Recurr exception class
*/
class Exception extends \Exception
{
}