| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class PreconditionNotMetException extends InvalidResponseException |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param \SimpleSAML\SAML2\Response\Validation\Result $result |
||
| 19 | * @return \SimpleSAML\SAML2\Response\Exception\PreconditionNotMetException |
||
| 20 | */ |
||
| 21 | public static function createFromValidationResult(Result $result): PreconditionNotMetException |
||
| 31 |