Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -137,7 +137,7 @@ int main(int argc, char** argv)
|
||||
exit(e.getExitCode());
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
exit(1);
|
||||
}
|
||||
catch (...) {
|
||||
|
||||
Reference in New Issue
Block a user