ppap4lmp  0.7.2
runtime_error.h
Go to the documentation of this file.
1 
8 #ifndef UTILS_RUNTIME_ERROR_H
9 #define UTILS_RUNTIME_ERROR_H
10 
11 #include <alias/std.h>
12 
14 namespace utils
15 {
24  void runtime_error(
25  const Str &msg);
26 }
27 
28 #endif
std::string Str
Str is an alias for string.
Definition: std.h:21
This file includes a part of C++ Standard Template Library and defines aliases for them...
void runtime_error(const Str &msg)
Raise (for Python) and throw (for C++) a runtime error.
Namespace for utility functions.
Definition: join.h:14