Synopsis
Create and throw errors easily
- Version
- 0.0.1
- Source
- jwerle/throw.h
- License
- MIT
API
Details
- error_t
- error_new ()
-
error_t error_new (int code, char * name);
- throw ()
-
void throw (void * type, char * msg);
Create and throw errors easily
error_t error_new (int code, char * name);
void throw (void * type, char * msg);