1#ifndef __STUMPLESSEXCEPTION_HPP
2#define __STUMPLESSEXCEPTION_HPP
4#include <stumpless/error.h>
5#include <stumpless/ErrorId.hpp>
A general problem has been encountered by the library.
Definition StumplessException.hpp:13
struct stumpless_error * equivalent
Definition StumplessException.hpp:16
StumplessException(struct stumpless_error *equivalent)
static StumplessException * newStumplessException(struct stumpless_error *equivalent)
Definition AddressFailure.hpp:7
ErrorId
Unique identifiers for library errors.
Definition ErrorId.hpp:11