16 lines
474 B
Objective-C
16 lines
474 B
Objective-C
//
|
|
// MTLTransformerErrorHandling.h
|
|
// Mantle
|
|
//
|
|
// Created by Robert Böhnke on 10/6/13.
|
|
// Copyright (c) 2013 GitHub. All rights reserved.
|
|
//
|
|
|
|
#import "MTLTransformerErrorHandling.h"
|
|
|
|
NSString * const MTLTransformerErrorHandlingErrorDomain = @"MTLTransformerErrorHandlingErrorDomain";
|
|
|
|
const NSInteger MTLTransformerErrorHandlingErrorInvalidInput = 1;
|
|
|
|
NSString * const MTLTransformerErrorHandlingInputValueErrorKey = @"MTLTransformerErrorHandlingInputValueErrorKey";
|