squareboat / sneaker

An easy way to send emails whenever an exception occurs on server.
MIT License
222 stars 46 forks source link

Allow to exception handler #27

Open patrikw1 opened 5 years ago

patrikw1 commented 5 years ago

Hello, is it possible to make exception handler or Sneaker class itselft extendable? Right now, everything is unfortunately as private methods. I would like to be able to extend exception handler and override few methods, for example i need to hide password for asterisk symbols in case of PDOException etc.

akaamitgupta commented 5 years ago

@patrikw1 Sorry right now it won't be possible. But you may submit a PR without compromising the source code.