Error messages
Posted: 23 Oct 2021, 12:00
For example:
TCADException = class (Exception)
TDWGInvalidPassword = class (TCADException)
TDWGInvalidFormatFile = class (TCADException)
This would make easier the actions to take according to the error type.
Thank you and very good work.

TCADException = class (Exception)
TDWGInvalidPassword = class (TCADException)
TDWGInvalidFormatFile = class (TCADException)
This would make easier the actions to take according to the error type.
Thank you and very good work.
