dolibarr/htdocs/includes/webklex/php-imap/src/Exceptions/FolderFetchingException.php

25 lines
356 B
PHP
Raw Normal View History

2022-08-12 10:33:06 +02:00
<?php
/*
* File: FolderFetchingException.php
* Category: Exception
* Author: M. Goldenbaum
* Created: 05.03.18 23:21
* Updated: -
*
* Description:
* -
*/
namespace Webklex\PHPIMAP\Exceptions;
use \Exception;
/**
* Class FolderFetchingException
*
* @package Webklex\PHPIMAP\Exceptions
*/
class FolderFetchingException extends Exception {
}