Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

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.