generated from Nodarx/template
11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Gricob\IMAP\Transport;
|
|
|
|
use RuntimeException;
|
|
|
|
class ConnectionFailed extends RuntimeException
|
|
{
|
|
} |