← Back
Editing: TypeError.hpp
#ifndef PYTHONIC_BUILTIN_TYPEERROR_HPP #define PYTHONIC_BUILTIN_TYPEERROR_HPP #include "pythonic/include/builtins/TypeError.hpp" #include "pythonic/types/exceptions.hpp" PYTHONIC_NS_BEGIN namespace builtins { PYTHONIC_EXCEPTION_IMPL(TypeError) } PYTHONIC_NS_END #endif
Save File
Cancel