Isis 3 Programmer Reference
FileRead.cpp
Go to the documentation of this file.
1 
24 #include "Message.h"
25 
26 using namespace std;
27 
28 QString Isis::Message::FileRead(const QString &filename) {
29  return "Unable to read [" + filename + "]";
30 }
Namespace for the standard library.
QString FileRead(const QString &filename)
This error should be used when an error accrues during a read of a file.
Definition: FileRead.cpp:28