This commit is contained in:
2021-09-04 01:56:49 +03:00
parent ca2c2ee633
commit e3e83212c4
4 changed files with 78 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace Nsq\Exception;
final class StreamException extends NsqException
{
}