| @@ -1,7 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | // @codingStandardsIgnoreFile |
| 3 | 3 | |
| 4 | +//260816 Legacy AWeber exception subclasses attach context dynamically; opt in explicitly on PHP 8.2+. | |
| 5 | +#[\AllowDynamicProperties] | |
| 4 | 6 | class AWeberException extends Exception { } |
| 5 | 7 | |
| 6 | 8 | /** |
| 7 | 9 | * Thrown when the API returns an error. (HTTP status >= 400) |