mirror of
https://github.com/itflow-org/itflow
synced 2026-07-28 03:07:16 +00:00
6 lines
104 B
PHP
6 lines
104 B
PHP
<?php
|
|
|
|
namespace DirectoryTree\ImapEngine\Exceptions;
|
|
|
|
class ImapResponseException extends Exception {}
|