This commit is contained in:
2020-10-09 10:58:37 +08:00
parent 8147a57fa0
commit c4bde06838
37 changed files with 7920 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace Kafka\Exception;
use \Kafka\Exception;
class Socket extends Exception
{
}