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