SoPlex Documentation
Loading...
Searching...
No Matches
error_handler Struct Reference

#include <core.h>

Inheritance diagram for error_handler:
basic_format_parse_context< char_type > basic_format_parse_context< Char, ErrorHandler > dynamic_formatter< Char >::null_handler format_handler< ArgFormatter, Char, Context > arg_formatter_base< Range, ErrorHandler >::cstring_spec_handler format_string_compiler< Char, PartHandler >

Public Member Functions

FMT_CONSTEXPR error_handler ()=default
 
FMT_CONSTEXPR error_handler (const error_handler &)=default
 
FMT_NORETURN FMT_API void on_error (const char *message)
 

Detailed Description

Definition at line 448 of file core.h.

Constructor & Destructor Documentation

◆ error_handler() [1/2]

◆ error_handler() [2/2]

Member Function Documentation

◆ on_error()

FMT_FUNC void on_error ( const char * message)