generated from Nodarx/template
13 lines
219 B
PHP
13 lines
219 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Gricob\IMAP\Protocol\Response\Line;
|
|
|
|
final readonly class CommandContinuation implements Line
|
|
{
|
|
public function __construct(
|
|
public string $message,
|
|
) {
|
|
}
|
|
} |