TF++, Miscellaneous classes and modules in C++:

◆ fs_report()

void tfxx::error::FSException::fs_report ( ) const
private

my report

Definition at line 62 of file exception.cc.

References Merrno.

Referenced by FSException(), and report().

63  {
64  std::cerr << " error value: " << Merrno << std::endl;
65  std::cerr << " " << strerror(Merrno) << std::endl;
66  }
int Merrno
error number
Definition: fs.h:92
Here is the caller graph for this function: