react-command-bus/src/MessageException.php

9 lines
102 B
PHP
Raw Permalink Normal View History

2024-03-01 13:34:14 +00:00
<?php
namespace NoccyLabs\React\CommandBus;
class MessageException extends CommandBusException
2024-03-01 13:34:14 +00:00
{
}