mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Document the fact that exceptions raised during firing are caught and logged.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22648 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6557439b89
commit
91c3e0b10e
1 changed files with 2 additions and 1 deletions
|
@ -192,7 +192,8 @@ static Class NSDate_class;
|
|||
/**
|
||||
* Fires the timer ... either performs an invocation or sends a message
|
||||
* to a target object, depending on how the timer was set up.<br />
|
||||
* If the timer is not set to repeat, it is automatically invalidated.
|
||||
* If the timer is not set to repeat, it is automatically invalidated.<br />
|
||||
* Exceptions raised during firing of the timer are caught and logged.
|
||||
*/
|
||||
- (void) fire
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue