Handle "file not found" error in the superclass's errStr().
If a subclass does not override the member function, the superclass's method takes care of string conversion of "file not found" error. This is a reasonable default behavior. Subclasses are still able to override to customize error messages. llvm-svn: 191058
Loading
Please register or sign in to comment