<?php
/*
* File:     MessageNotFoundException.php
* Category: Exception
* Author:   M. Goldenbaum
* Created:  25.01.21 18:19
* Updated:  -
*
* Description:
*  -
*/

namespace Webklex\PHPIMAP\Exceptions;

use \Exception;

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

}
