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

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

PYTHONIC_NS_BEGIN

namespace builtins
{

  PYTHONIC_EXCEPTION_DECL(IndexError)
}
PYTHONIC_NS_END

#endif