Free Electron
|
Base class for all exceptions we throw. More...
#include <value.h>
Public Member Functions | |
Exception (String msg) | |
char const * | what () const noexcept override |
Protected Attributes | |
String | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.