Joywork/engine/PhpImap/Exceptions/InvalidParameterException.php

15 lines
226 B
PHP
Raw Normal View History

2026-05-22 20:21:54 +02:00
<?php
namespace PhpImap\Exceptions;
use Exception;
/**
* @see https://github.com/barbushin/php-imap
*
* @author Barbushin Sergey http://linkedin.com/in/barbushin
*/
class InvalidParameterException extends Exception
{
}