Made $session->log->fatal() message pass through
This commit is contained in:
parent
716bdaeb86
commit
42c1a8e149
6 changed files with 55 additions and 51 deletions
|
|
@ -264,6 +264,12 @@ use Exception::Class (
|
|||
description => "Couldn't establish a connection.",
|
||||
fields => [qw{ resource }],
|
||||
},
|
||||
|
||||
|
||||
'WebGUI::Error::Fatal' => {
|
||||
isa => 'WebGUI::Error',
|
||||
description => "Fatal error that should be shown to all site visitors.",
|
||||
},
|
||||
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue