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