Private API
This page lists non-exported (internal) symbols of CTBase.Exceptions.
From CTBase.Exceptions
_ansi_color
CTBase.Exceptions._ansi_color — Function
Generate ANSI escape sequence for the specified color and formatting.
_ansi_reset
CTBase.Exceptions._ansi_reset — Function
Generate ANSI reset sequence to clear formatting.
_print_ansi_styled
CTBase.Exceptions._print_ansi_styled — Function
Print text with ANSI color formatting for Documenter compatibility.
extract_user_frames
CTBase.Exceptions.extract_user_frames — Function
extract_user_frames(st::Vector)Extract stacktrace frames that are relevant to user code. Filters out Julia stdlib.
Arguments
st::Vector: Stacktrace fromstacktrace(catch_backtrace())
Returns
Vector: Filtered stacktrace frames
format_user_friendly_error
CTBase.Exceptions.format_user_friendly_error — Function
format_user_friendly_error(io::IO, e::CTException)Display an error in a user-friendly format with clear sections and user code location.
Arguments
io::IO: Output streame::CTException: The exception to display