crunchbutton/include/library/Github/Exception/InvalidArgumentException.php
2013-01-30 11:38:30 -08:00

14 lines
222 B
PHP
Executable File

<?php
namespace Github\Exception;
/**
* InvalidArgumentException
*
* @author Joseph Bielawski <stloyd@gmail.com>
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}