@@ -182,11 +182,11 @@ #ifndef OF_AMIGAOS char *locale, *messagesLocale = NULL; if (currentLocale != nil) @throw [OFInitializationFailedException - exceptionWithClass: [OFLocale class]]; + exceptionWithClass: [self class]]; _encoding = OF_STRING_ENCODING_UTF_8; _decimalPoint = @"."; _localizedStrings = [[OFMutableArray alloc] init];