| 1 | <?php |
||
| 4 | class DestinationException extends \RuntimeException implements SeoExceptionInterface |
||
| 5 | { |
||
| 6 | public static function normalizationFailed($item, $expected = null) |
||
| 18 | |||
| 19 | public static function inferenceFailed($code, array $item, array $fillers) |
||
| 30 | |||
| 31 | public static function circularInference($code, $visited) |
||
| 35 | } |
||
| 36 |