<?php
/*
* File:     InvalidWhereQueryCriteriaException.php
* Category: Exception
* Author:   M. Goldenbaum
* Created:  21.07.18 19:04
* Updated:  -
*
* Description:
*  -
*/

namespace Webklex\PHPIMAP\Exceptions;

use \Exception;

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

}
