mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
e54bafb138
commit
0ae15c1b93
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
|
- (id) notImplemented: (SEL)aSel
|
||||||
{
|
{
|
||||||
[NSException
|
[NSException
|
||||||
raise: NSInvalidArgumentException
|
raise: NSGenericException
|
||||||
format: @"method %s not implemented in %s(%s)",
|
format: @"method %s not implemented in %s(%s)",
|
||||||
aSel ? GSNameFromSelector(aSel) : "(null)",
|
aSel ? GSNameFromSelector(aSel) : "(null)",
|
||||||
GSClassNameFromObject(self),
|
GSClassNameFromObject(self),
|
||||||
|
@ -1073,7 +1073,7 @@ strerror_r(int eno, char *buf, int len)
|
||||||
|
|
||||||
- (id) subclassResponsibility: (SEL)aSel
|
- (id) subclassResponsibility: (SEL)aSel
|
||||||
{
|
{
|
||||||
[NSException raise: NSGenericException
|
[NSException raise: NSInvalidArgumentException
|
||||||
format: @"subclass %s(%s) should override %s",
|
format: @"subclass %s(%s) should override %s",
|
||||||
GSClassNameFromObject(self),
|
GSClassNameFromObject(self),
|
||||||
GSObjCIsInstance(self) ? "instance" : "class",
|
GSObjCIsInstance(self) ? "instance" : "class",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue