Files
popsu-d9/old.vendor/simshaun/recurr/src/Recurr/Exception.php
2022-04-27 11:30:43 +02: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
{
}