Skip to main content

SecurityError

Summary

Represents an error related to security, such as path traversal or command injection. These are always considered user errors.

Signature

export declare class SecurityError extends DocumentationError 

Constructors

constructor

Creates an instance of SecurityError.

Properties

No properties defined.

Methods

No methods defined.

Events

No events defined.