16 lines
474 B
Mathematica
16 lines
474 B
Mathematica
|
//
|
||
|
// 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";
|