|
|
@ -44,6 +44,6 @@ struct FileError: virtual Exception {}; |
|
|
|
|
|
|
|
// error information to be added to exceptions
|
|
|
|
typedef boost::error_info<struct tag_invalidSymbol, char> errinfo_invalidSymbol; |
|
|
|
typedef boost::error_info<struct tag_comment, std::string> errinfo_wrongAddress; |
|
|
|
typedef boost::error_info<struct tag_address, std::string> errinfo_wrongAddress; |
|
|
|
typedef boost::error_info<struct tag_comment, std::string> errinfo_comment; |
|
|
|
} |
|
|
|