Skip to content

Commit

Permalink
mention subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 5, 2017
1 parent 7221281 commit 4bed55d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

7.15 2017-01-05
7.15 2017-01-06

7.14 2017-01-04
- Deprecated Mojo::Home::list_files in favor of Mojo::Util::files.
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/EventEmitter.pm
Expand Up @@ -103,7 +103,8 @@ L<Mojo::EventEmitter> can emit the following events.
});
This is a special event for errors, it will not be emitted directly by this
class but is fatal if unhandled.
class, but is fatal if unhandled. Subclasses may choose to emit it, but are not
required to do so.
$e->on(error => sub {
my ($e, $err) = @_;
Expand Down

0 comments on commit 4bed55d

Please sign in to comment.