Ignore:
Timestamp:
Aug 31, 2021, 11:38:43 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
692db791
Parents:
dcf792a
Message:

Added message function for exceptions I've created

Also removed constructor declarations from header file, as they are unnecessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.hfa

    rdcf792a ra75cd3d  
    6262};
    6363
    64 void ?{}( Missing_Config_Entries & this );
     64void msg( Missing_Config_Entries * ex );
    6565
    6666exception Parse_Failure {
     
    6969};
    7070
    71 void ?{}( Parse_Failure & this );
     71void msg( Parse_Failure * ex );
    7272
    7373exception Validation_Failure {
     
    7676};
    7777
    78 void ?{}( Validation_Failure & this );
     78void msg( Validation_Failure * ex );
    7979
    8080
Note: See TracChangeset for help on using the changeset viewer.