Classes | |
| struct | eventxx::exception |
| Base class for all libevent exceptions. More... | |
| struct | eventxx::invalid_event |
| Invalid event exception. More... | |
| struct | eventxx::invalid_priority |
| Invalid priority exception. More... | |
Each function has it's exceptions specified, so it's very easy to find out what exceptions to expect.
Exceptions are mostly thrown when there is a programming error. So if you get an exception check your code.
1.5.8