#ifndef PYTHONIC_BUILTIN_EXCEPTION_HPP #define PYTHONIC_BUILTIN_EXCEPTION_HPP #include "pythonic/include/builtins/Exception.hpp" #include "pythonic/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_IMPL(Exception) } PYTHONIC_NS_END #endif