1 | <?php |
||
17 | class SubjectRetrievingFromDomainException extends SubjectManipulatorException implements WorkflowExceptionInterface |
||
18 | { |
||
19 | /** |
||
20 | * Creates exception instance in case of configuration is not found for subject |
||
21 | * |
||
22 | * @param string $subjectClass subject class |
||
23 | * |
||
24 | * @return static |
||
25 | */ |
||
26 | public static function expressionNotFound($subjectClass) |
||
34 | } |