/home/techb158/ileadtechnology.com/vendor/spatie/db-dumper/src/Exceptions
NameSizeModeActions
CannotSetParameter.php4450644editdlrm
CannotStartDump.php3430644editdlrm
DumpFailed.php9050644editdlrm
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'); } }