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