throw exception with an error message
This commit is contained in:
parent
42e05311e1
commit
edbbb66b28
1 changed files with 1 additions and 1 deletions
|
|
@ -1756,7 +1756,7 @@ sub loadModule {
|
|||
return $className;
|
||||
}
|
||||
|
||||
WebGUI::Error::Compile->throw(class => $className, cause => $@);
|
||||
WebGUI::Error::Compile->throw(class => $className, error => $@);
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue