Ouzo\Utilities\JsonDecodeException::__construct PHP Méthode

__construct() public méthode

public __construct ( $lastErrorMessage = "", $lastErrorCode )
    public function __construct($lastErrorMessage = "", $lastErrorCode = 0)
    {
        parent::__construct('JSON decode error: ' . $lastErrorMessage, $lastErrorCode);
    }
JsonDecodeException