First implementation (incomplete) of MPExpression and MPFunction.
Declared custom exceptions in MPException.h
This commit is contained in:
14
MathPad/MPException.m
Normal file
14
MathPad/MPException.m
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// MPException.m
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 19.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPException.h"
|
||||
#import "MPException_Private.h"
|
||||
|
||||
NSString *MPIllegalSymbolException = @"MPIllegalSymbolException";
|
||||
NSString *MPIllegalSymbolExceptionReason = @"Only NSString and MPFunction objects are valid symbols.";
|
||||
NSString *MPIllegalSymbolExceptionSymbolKey = @"MPIllegalSymbolExceptionSymbolKey";
|
||||
Reference in New Issue
Block a user