mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
76bd89f4cf
commit
04efdeed93
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue