Merge branch 'master' into WebGUI8. Merged up to 7.9.12
This commit is contained in:
commit
3e8e2d452c
27 changed files with 333 additions and 77 deletions
|
|
@ -284,6 +284,12 @@ use Exception::Class (
|
|||
isa => 'WebGUI::Error',
|
||||
description => 'A database error',
|
||||
},
|
||||
|
||||
'WebGUI::Error::NotInConfig' => {
|
||||
isa => 'WebGUI::Error',
|
||||
description => 'A module was requested that does not exist in the configuration file.',
|
||||
fields => [qw{ module configKey }],
|
||||
},
|
||||
);
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue