summaryrefslogtreecommitdiffstats
path: root/vendor/simshaun/recurr/src/Recurr/Exception/InvalidArgument.php
blob: dce446772d5a93ee43bbcb174aaf0936d7ce2e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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\Exception;

use Recurr\Exception;

/**
 * @package Recurr\Exception
 * @author  Shaun Simmons <shaun@envysphere.com>
 */
class InvalidArgument extends Exception
{
}