kopia lustrzana https://github.com/friendica/friendica
Remove unused parameters in ConfigFileException
rodzic
58e447f7bb
commit
0f785e8bd0
|
@ -11,8 +11,8 @@ use Throwable;
|
|||
|
||||
class ConfigFileException extends \RuntimeException
|
||||
{
|
||||
public function __construct($message = "", $code = 0, Throwable $previous = null)
|
||||
public function __construct($message = "")
|
||||
{
|
||||
parent::__construct($message, 500, $previous);
|
||||
parent::__construct($message, 500);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue