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