mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Remove experimental GSStackTraceKey
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25690 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd4c02376c
commit
c1ea7d2628
1 changed files with 0 additions and 5 deletions
|
@ -156,11 +156,6 @@ extern "C" {
|
|||
- (NSString*) reason;
|
||||
|
||||
/** Returns the exception userInfo dictionary.<br />
|
||||
* There is a GNUstep extension, enabled when the GNUSTEP_STACK_TRACE
|
||||
* environment variable is set to YES, which causes a stack trace to
|
||||
* be placed in this dictionary (keyed on GSStackTraceKey) at the point
|
||||
* when the exception is raised. This can be useful for determining
|
||||
* where an exception ocurred.
|
||||
*/
|
||||
- (NSDictionary*) userInfo;
|
||||
|
||||
|
|
Loading…
Reference in a new issue