Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00%
1 / 1
 
 
CRAP  
 
InvalidArgumentException
100.00%
1 / 1
 
 
0  
 
<?php
/**
* This file is part of the FastFeed package.
*
* (c) Daniel González <daniel@desarrolla2.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FastFeed\Exception;
/**
* InvalidArgumentException
*/
class InvalidArgumentException extends \InvalidArgumentException
{
}