Add ClientConfig and ConnectionConfig, Feature Negotiation and Authentication
This commit is contained in:
11
src/Exception/AuthenticationRequired.php
Normal file
11
src/Exception/AuthenticationRequired.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Nsq\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class AuthenticationRequired extends RuntimeException implements NsqException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user