16 lines
455 B
PHP
16 lines
455 B
PHP
|
<?php
|
||
|
namespace DigiComp\Sequence\Service;
|
||
|
|
||
|
/* *
|
||
|
* This script belongs to the FLOW3 package "DigiComp.Sequence". *
|
||
|
* *
|
||
|
* */
|
||
|
|
||
|
use TYPO3\Flow\Annotations as Flow;
|
||
|
/**
|
||
|
* SequenceException
|
||
|
*/
|
||
|
class Exception extends \Exception {
|
||
|
|
||
|
}
|