Skip to main content

Module panic_macros

Module panic_macros 

Source
Expand description

Error handling macros for consistent error handling across the workspace.

These macros provide standardized patterns for handling common error cases when working with expressions, conversions, and evaluations.

Functionsยง

stylex_err
Create a simple StyleXError with just a message.
stylex_err_with_file
Create a StyleXError with a message and file context.