Functions | |
| void | throw_exception (std::exception const &e) |
|
|
Definition at line 14 of file boost.C.
00015 {
00016 lyxerr << "Exception caught:\n"
00017 << e.what() << endl;
00018 Assert(false);
00019 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002