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