You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
296 B
15 lines
296 B
#ifndef IOUTILITIES_CATCHIOFAILURE_H
|
|
#define IOUTILITIES_CATCHIOFAILURE_H
|
|
|
|
#include "../global.h"
|
|
|
|
#include <string>
|
|
|
|
namespace IoUtilities {
|
|
|
|
CPP_UTILITIES_EXPORT const char *catchIoFailure();
|
|
CPP_UTILITIES_EXPORT void throwIoFailure(const char *what);
|
|
}
|
|
|
|
#endif // IOUTILITIES_CATCHIOFAILURE_H
|