| Current Path : /home/rtorresani/www/vendor/laminas/laminas-crypt/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-crypt/src/Exception/InvalidArgumentException.php |
<?php
namespace Laminas\Crypt\Exception;
/**
* Invalid argument exception
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}