Files
react-command-bus/src/MessageException.php

9 lines
102 B
PHP
Raw Normal View History

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