From OpenSCADAWiki
Revision as of 17:00, 7 April 2020 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
Public methods:
- TError( ); — Default-empty constructor.
- TError( const char *cat, const char *mess, ... ); — Initialization of the error with the category cat and the message mess + arguments.
- TError( int cod, const char *cat, const char *mess, ... ); — Initialization of the error with the code, the category cat and the message mess + arguments.