react-command-bus/src/CommandBusException.php

9 lines
81 B
PHP

<?php
namespace NoccyLabs\React\CommandBus;
interface CommandBusException
{
}