#ifndef PYTHONIC_INCLUDE_BUILTIN_RUNTIMEERROR_HPP #define PYTHONIC_INCLUDE_BUILTIN_RUNTIMEERROR_HPP #include "pythonic/include/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_DECL(RuntimeError) } PYTHONIC_NS_END #endif