| Current Path : /home/rtorresani/www/vendor/laminas/laminas-file/src/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-file/src/Exception/InvalidArgumentException.php |
<?php
namespace Laminas\File\Exception;
/**
* Exception class raised when invalid arguments are discovered
*/
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}