2014-04-07 15:25:16 +02:00
|
|
|
<?php
|
|
|
|
namespace DigiComp\Sequence\Service;
|
|
|
|
|
|
|
|
/* *
|
|
|
|
* This script belongs to the FLOW3 package "DigiComp.Sequence". *
|
|
|
|
* *
|
|
|
|
* */
|
|
|
|
|
|
|
|
use TYPO3\Flow\Annotations as Flow;
|
2016-06-24 19:40:43 +02:00
|
|
|
|
2014-04-07 15:25:16 +02:00
|
|
|
/**
|
|
|
|
* SequenceException
|
|
|
|
*/
|
2016-06-24 19:40:43 +02:00
|
|
|
class Exception extends \Exception
|
|
|
|
{
|
2014-04-07 15:25:16 +02:00
|
|
|
|
|
|
|
}
|