DigiComp.Sequence/Classes/Exception.php

12 lines
156 B
PHP
Raw Normal View History

2021-09-22 11:34:34 +02:00
<?php
declare(strict_types=1);
namespace DigiComp\Sequence;
use Neos\Flow\Exception as NeosFlowException;
class Exception extends NeosFlowException
{
}