Etterna
0.74.4
Loading...
Searching...
No Matches
src
RageUtil
Misc
RageException.h
1
#ifndef RAGE_EXCEPTION_H
2
#define RAGE_EXCEPTION_H
3
4
#include "config.hpp"
5
#include <string>
6
11
namespace
RageException
{
12
void
NORETURN
13
Throw(
const
char
* fmt, ...) PRINTF(1, 2);
14
void
15
SetCleanupHandler(
void
(*pHandler)(
const
std::string& sError));
16
}
17
18
#endif
RageException
Namespace for throwing fatal errors.
Definition
RageException.h:11
Generated by
1.9.8