Initial commit
This commit is contained in:
9
src/MessageException.php
Normal file
9
src/MessageException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\React\CommandBus;
|
||||
use RuntimeException;
|
||||
|
||||
class MessageException extends RuntimeException implements CommandBusException
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user