Zen
A cross-platform functional programming language
|
Intrinsic exception type. More...
#include <zbl.hpp>
Public Member Functions | |
exception () | |
Default constructor. | |
exception (const z::string &msg) | |
Constructor. | |
const z::string & | toString () const |
Get the error message. | |
Private Attributes | |
z::string | _msg |
The error message. |
Intrinsic exception type.
const z::string& toString | ( | ) | const [inline] |
Get the error message.