mojolicious / mojo-pg

Mojolicious :heart: PostgreSQL
https://metacpan.org/release/Mojo-Pg
Artistic License 2.0
101 stars 46 forks source link

Emit error event. #23

Closed kak-tus closed 8 years ago

kak-tus commented 8 years ago

Summary

In case of error in asynchronous operation it can't emitted, but in docs there is "Mojo::Pg inherits all events from Mojo::EventEmitter". Sample use case of error emitting is global logging of all errors in one place, we not need to do this in every callback.

References

No.

kraih commented 8 years ago

Since there is no use case and tests, i'm afraid this pull request has to be rejected.