Table of contents
Namespace: Com\Tecnick\Pdf\Sign\Ltv
Backing type: string
File: SkipReason.php line 41
Machine-readable classification of a discarded revocation URL, passed to the $onSkip observer alongside the human-readable message.
Revoked stands apart from the rest: it is an answer the responder gave, not a failure to obtain one.
Tags
- since: 2026-08-24
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-pdf-sign
Cases
Revoked
File: SkipReason.php line 46
Invalid
File: SkipReason.php line 52
Unreachable
File: SkipReason.php line 57
Duplicate
File: SkipReason.php line 62
NotAttempted
File: SkipReason.php line 68
Methods
fromThrowable()
File: SkipReason.php line 76
public static fromThrowable(Throwable $error) : self
A library Exception means the answer arrived and was refused; anything else came out of the host’s transport and means no answer arrived.
Parameters
- $error : Throwable
Return values
self