mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(NSInconsistentArchiveException): String removed; it's in NSArchiver.m.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c05144b3d5
commit
0d171e4ff0
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/* NSException - Object encapsulation of a general exception handler
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Adam Fedor <fedor@boulder.colorado.edu>
|
||||
Date: Mar 1995
|
||||
|
@ -28,8 +28,6 @@
|
|||
#include <Foundation/NSCoder.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
|
||||
NSString *NSInconsistentArchiveException
|
||||
= @"NSInconsistentArchiveException";
|
||||
NSString *NSGenericException
|
||||
= @"NSGenericException";
|
||||
NSString *NSInternalInconsistencyException
|
||||
|
|
Loading…
Reference in a new issue