Skip to content

Commit 5d89346

Browse files
committed
MessageSearchValidationException added
1 parent 47dca77 commit 5d89346

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
/*
3+
* File: MessageSearchValidationException.php
4+
* Category: Exception
5+
* Author: M. Goldenbaum
6+
* Created: 05.03.18 23:21
7+
* Updated: -
8+
*
9+
* Description:
10+
* -
11+
*/
12+
13+
namespace Webklex\IMAP\Exceptions;
14+
15+
use \Exception;
16+
17+
/**
18+
* Class MessageSearchValidationException
19+
*
20+
* @package Webklex\IMAP\Exceptions
21+
*/
22+
class MessageSearchValidationException extends Exception {
23+
24+
}

0 commit comments

Comments
 (0)