replace geteMessage() with getMsg()

This commit is contained in:
Thomas Rubini 2023-01-24 10:08:55 +01:00
parent ac0ee6441d
commit 8e821f4263
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -26,7 +26,7 @@
catch (ControleurException $O_exception)
{
View::openBuffer();
View::show("errors/500", $O_exception->getMessage());
View::show("errors/500", $O_exception->getMsg());
}
catch (NotFoundException $O_exception)
{