// // MPException.m // MathPad // // Created by Kim Wittenburg on 19.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. // #import "MPException.h" NSString *MPIllegalSymbolException = @"MPIllegalSymbolException"; NSString *MPIllegalSymbolExceptionSymbolKey = @"MPIllegalSymbolExceptionSymbolKey";