N°5388 - PHP 8.2: Fix dynamic properties to standard declared properties

This commit is contained in:
Molkobain
2023-01-27 17:56:55 +01:00
parent af2421a2cb
commit 6fb00cbbf3

View File

@@ -6,6 +6,10 @@
class CoreException extends Exception
{
protected $m_sIssue;
protected $m_sImpact;
protected $m_aContextData;
/**
* CoreException constructor.
*