Removed Prefix/Suffix Placeholder (not needed)
Added Operator Constants Removed NSMutableString from NSMutableExpression (not needed) Implemented -description Added Tests for: -description, -copy, -mutableCopy Some Logical Corrections.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
//
|
||||
|
||||
#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