DigiComp.Sequence/Classes/Exception.php
2021-09-22 11:34:34 +02:00

11 lines
156 B
PHP

<?php
declare(strict_types=1);
namespace DigiComp\Sequence;
use Neos\Flow\Exception as NeosFlowException;
class Exception extends NeosFlowException
{
}