Skip to content

Commit

Permalink
improved descrtiption
Browse files Browse the repository at this point in the history
  • Loading branch information
stiff committed Feb 21, 2013
1 parent 22df5d1 commit 1371ae5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -135,7 +135,8 @@ Also, you can pass parameters to events:

In this case the `set_process` would be called with `:defagmentation` argument.

In case an error occurred during event it is `rescue`d and passed to `:error` callback, which can handle it or re`raise`.
If an error encountered during event processing it is rescued and passed to `:error`
callback, which can handle it or should re-raise for further propogation.

### Guards

Expand Down

0 comments on commit 1371ae5

Please sign in to comment.