Fix exception used for unimplemented methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27937 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-02-21 09:18:54 +00:00
parent 76bd89f4cf
commit 04efdeed93

View file

@ -1052,7 +1052,7 @@ strerror_r(int eno, char *buf, int len)
- (id) notImplemented: (SEL)aSel
{
[NSException
raise: NSGenericException
raise: NSInvalidArgumentException
format: @"method %s not implemented in %s(%s)",
aSel ? GSNameFromSelector(aSel) : "(null)",
GSClassNameFromObject(self),