<?php
/*
* File:     MessageFlagException.php
* Category: Exception
* Author:   M. Goldenbaum
* Created:  02.01.21 02:47
* Updated:  -
*
* Description:
*  -
*/

namespace Webklex\PHPIMAP\Exceptions;

use \Exception;

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

}
