Added a ConnectionException, misc fixes

This commit is contained in:
2024-03-01 19:10:47 +01:00
parent 324fa6e519
commit 9d3f6d9ddd
4 changed files with 19 additions and 6 deletions

View File

@ -1,9 +1,8 @@
<?php
namespace NoccyLabs\React\CommandBus;
use RuntimeException;
class MessageException extends RuntimeException implements CommandBusException
class MessageException extends CommandBusException
{
}