<?php
/*
* File:     InvalidMessageDateException.php
* Category: Exception
* Author:   M. Goldenbaum
* Created:  10.03.19 04:31
* Updated:  -
*
* Description:
*  -
*/

namespace Webklex\PHPIMAP\Exceptions;

use \Exception;

/**
 * Class InvalidMessageDateException
 *
 * @package Webklex\PHPIMAP\Exceptions
 */
class InvalidMessageDateException extends Exception {

}
