react-command-bus/src/CommandBusException.php

9 lines
103 B
PHP
Raw Normal View History

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