react-command-bus/src/CommandBusException.php

9 lines
81 B
PHP
Raw Normal View History

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