-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Why the what methods are private?
class exception : public std::exception {
const char * what() const throw() {
return "libdbc exception occurred";
}
};
class validity_error : public exception {
const char * what() const throw() {
return "Invalid DBC file...";
}
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels