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