mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
fix error in last change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04efdeed93
commit
3783bd74af
1 changed files with 2 additions and 2 deletions
|
@ -1052,7 +1052,7 @@ strerror_r(int eno, char *buf, int len)
|
|||
- (id) notImplemented: (SEL)aSel
|
||||
{
|
||||
[NSException
|
||||
raise: NSInvalidArgumentException
|
||||
raise: NSGenericException
|
||||
format: @"method %s not implemented in %s(%s)",
|
||||
aSel ? GSNameFromSelector(aSel) : "(null)",
|
||||
GSClassNameFromObject(self),
|
||||
|
@ -1073,7 +1073,7 @@ strerror_r(int eno, char *buf, int len)
|
|||
|
||||
- (id) subclassResponsibility: (SEL)aSel
|
||||
{
|
||||
[NSException raise: NSGenericException
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"subclass %s(%s) should override %s",
|
||||
GSClassNameFromObject(self),
|
||||
GSObjCIsInstance(self) ? "instance" : "class",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue