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