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