@@ -60,11 +60,11 @@ { if (description != nil) return description; description = [[OFString alloc] initWithFormat: - @"An exception of class %@ occurred in class %@", + @"An exception of class %@ occurred in class %@!", object_getClass(self), inClass]; return description; } @end