Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/flow-flo.../libs/cakephp/utility/Exceptio...
File: XmlException.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
[2] Fix | Delete
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
[3] Fix | Delete
*
[4] Fix | Delete
* Licensed under The MIT License
[5] Fix | Delete
* Redistributions of files must retain the above copyright notice.
[6] Fix | Delete
*
[7] Fix | Delete
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
[8] Fix | Delete
* @since 3.0.0
[9] Fix | Delete
* @license https://opensource.org/licenses/mit-license.php MIT License
[10] Fix | Delete
*/
[11] Fix | Delete
namespace Cake\Utility\Exception;
[12] Fix | Delete
[13] Fix | Delete
use Cake\Core\Exception\Exception;
[14] Fix | Delete
[15] Fix | Delete
/**
[16] Fix | Delete
* Exception class for Xml. This exception will be thrown from Xml when it
[17] Fix | Delete
* encounters an error.
[18] Fix | Delete
*/
[19] Fix | Delete
class XmlException extends Exception
[20] Fix | Delete
{
[21] Fix | Delete
/**
[22] Fix | Delete
* {@inheritDoc}
[23] Fix | Delete
*/
[24] Fix | Delete
protected $_defaultCode = 0;
[25] Fix | Delete
}
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function