/home/techb158/ileadtechnology.com/vendor/spatie/db-dumper/src/Exceptions
Edit: /home/techb158/ileadtechnology.com/vendor/spatie/db-dumper/src/Exceptions/DumpFailed.php (905B)
getExitCode()} : {$process->getExitCodeText()} : {$process->getErrorOutput()}");
}
/**
* @return \Spatie\DbDumper\Exceptions\DumpFailed
*/
public static function dumpfileWasNotCreated()
{
return new static('The dumpfile could not be created');
}
/**
* @return \Spatie\DbDumper\Exceptions\DumpFailed
*/
public static function dumpfileWasEmpty()
{
return new static('The created dumpfile is empty');
}
}