PN_TERROR          52 core/internal.c   potion_type_new(P, PN_TERROR, obj_vt);
PN_TERROR         225 core/internal.c   case PN_TERROR:      	return 'r'; //21
PN_TERROR         233 core/internal.c   struct PNError *e = PN_ALLOC(PN_TERROR, struct PNError);
PN_TERROR         251 core/internal.c   PN err_vt = PN_VTABLE(PN_TERROR);
PN_TERROR         700 core/objmodel.c   potion_init_class_reference(P, potion_str(P, "Error"),        PN_VTABLE(PN_TERROR));
PN_TERROR         118 core/potion.c      if (!code || PN_TYPE(code) == PN_TERROR) {
PN_TERROR         156 core/potion.c    if (!code || PN_TYPE(code) == PN_TERROR)