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