for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* InvalidArgumentException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:FormPhone!
* @subpackage Exceptions
* @since 1.0.0
* @date 17.12.15
*/
declare(strict_types = 1);
namespace IPub\FormPhone\Exceptions;
class InvalidArgumentException extends \InvalidArgumentException implements IException
{
}