mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
add docs
This commit is contained in:
@@ -203,6 +203,10 @@ class Client
|
||||
$this->logger->info($data->message);
|
||||
});
|
||||
|
||||
$connection->on('warning', function ($data) {
|
||||
$this->logger->warn($data->message);
|
||||
});
|
||||
|
||||
$connection->on('error', function ($data) {
|
||||
$this->logger->error($data->message);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user