| 1 | <?php |
||
| 17 | class SubjectManipulatorException extends \RuntimeException implements WorkflowExceptionInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Creates exception instance in case of configurations for subject are already set |
||
| 21 | * |
||
| 22 | * @param string $subjectClass subject class |
||
| 23 | * |
||
| 24 | * @return static |
||
| 25 | */ |
||
| 26 | public static function subjectConfigIsAlreadySet($subjectClass) |
||
| 30 | } |