Merge pull request #425 from jsullivanlive/patch-1

Adding missing exception name
This commit is contained in:
Blake Watters
2011-12-01 16:45:08 -08:00

View File

@@ -124,7 +124,7 @@
return path;
}
[NSException raise:nil format:@"Unable to find a routable path for object of type '%@' for HTTP Method '%@'", className, methodName];
[NSException raise:@"Unable to find a routable path for object" format:@"Unable to find a routable path for object of type '%@' for HTTP Method '%@'", className, methodName];
return nil;
}