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

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

PYTHONIC_NS_BEGIN

namespace builtins
{

  PYTHONIC_EXCEPTION_DECL(LookupError)
}
PYTHONIC_NS_END

#endif