summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/include/builtins/NameError.hpp
blob: 0f165a9d53c67a2b12284e5c7dd24b072cc99856 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PYTHONIC_INCLUDE_BUILTIN_NAMEERROR_HPP
#define PYTHONIC_INCLUDE_BUILTIN_NAMEERROR_HPP

#include "pythonic/include/types/exceptions.hpp"

PYTHONIC_NS_BEGIN

namespace builtins
{

  PYTHONIC_EXCEPTION_DECL(NameError)
}
PYTHONIC_NS_END

#endif