| @@ -51,8 +51,9 @@ | ||
| 51 | 51 | /** |
| 52 | 52 | * @throws self |
| 53 | 53 | */ |
| 54 | 54 | public static function throw( string $message, $data = null, int $code = 0, ?Throwable $previous = null ) { |
| 55 | + // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped | |
| 55 | 56 | throw new self( $message, '', $data, $code, $previous ); |
| 56 | 57 | } |
| 57 | 58 | |
| 58 | 59 | protected function get_class_code(): string { |