react-command-bus/src/MessageException.php

10 lines
152 B
PHP
Raw Normal View History

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