Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/worker/src/MWP/Debug
File: FatalErrorException.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* This file is part of the ManageWP Worker plugin.
[2] Fix | Delete
*
[3] Fix | Delete
* (c) ManageWP LLC <contact@managewp.com>
[4] Fix | Delete
*
[5] Fix | Delete
* For the full copyright and license information, please view the LICENSE
[6] Fix | Delete
* file that was distributed with this source code.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
class MWP_Debug_FatalErrorException extends Exception
[10] Fix | Delete
{
[11] Fix | Delete
public function setLine($line)
[12] Fix | Delete
{
[13] Fix | Delete
$this->line = $line;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
public function setFile($file)
[17] Fix | Delete
{
[18] Fix | Delete
$this->file = $file;
[19] Fix | Delete
}
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function