16 lines
496 B
Objective-C
16 lines
496 B
Objective-C
//
|
|
// HTMLKitExceptions.m
|
|
// HTMLKit
|
|
//
|
|
// Created by Iska on 17/03/15.
|
|
// Copyright (c) 2015 BrainCookie. All rights reserved.
|
|
//
|
|
|
|
#import "HTMLKitDOMExceptions.h"
|
|
|
|
NSString * const HTMLKitHierarchyRequestError = @"HierarchyRequestError";
|
|
NSString * const HTMLKitNotFoundError = @"NotFoundError";
|
|
NSString * const HTMLKitNotSupportedError = @"NotSupportedError";
|
|
NSString * const HTMLKitSyntaxError = @"SyntaxError";
|
|
NSString * const HTMLKitInvalidCharacterError = @"InvalidCharacterError";
|