dr-co / libmojolicious-plugin-mail_exception

Exception to Mail plugin for Mojolicious
1 stars 7 forks source link

Unexpected error message #11

Open KES777 opened 7 years ago

KES777 commented 7 years ago
Missing or empty input
  at /home/kes/perl5/perlbrew/perls/perl-5.24.0/lib/5.24.0/Carp.pm line 167

How to reproduce:

sub some_action_in_controller {
    die;
}