Flow2Lab/EventSourcing

View on GitHub
Classes/Flow2Lab/EventSourcing/Event/Handler/Exception/UnableToHandleEventException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Flow2Lab\EventSourcing\Event\Handler\Exception;

use TYPO3\Flow\Exception;

class UnableToHandleEventException extends Exception
{
}