BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
spatie
/
db-dumper
/
src
/
Exceptions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: CannotStartDump.php
<?php namespace Spatie\DbDumper\Exceptions; use Exception; class CannotStartDump extends Exception { public static function emptyParameter(string $name): static { return new static("Parameter `{$name}` cannot be empty."); } }
Save
Cancel