react-command-bus/src/CommandBusException.php

9 lines
103 B
PHP

<?php
namespace NoccyLabs\React\CommandBus;
class CommandBusException extends \RuntimeException
{
}