for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Webino™ (http://webino.sk)
*
* @link https://github.com/webino/exceptions
* @copyright Copyright (c) 2019 Webino, s.r.o. (http://webino.sk)
* @author Peter Bačinský <[email protected]>
* @license BSD-3-Clause
*/
namespace Webino;
* Class InvalidArgumentException
* @package exception
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
use ExceptionFormatTrait;
}