Setup: Display the XML errors on the screen

SVN:trunk[5716]
This commit is contained in:
Eric Espié
2018-04-20 15:56:53 +00:00
parent ea11b76461
commit b529f3d4cc
4 changed files with 115 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ class InvalidParameterException extends Exception
abstract class Parameters
{
protected $aData = null;
public $aData = null;
public function __construct()
{