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: CannotSetParameter.php
<?php namespace Spatie\DbDumper\Exceptions; use Exception; class CannotSetParameter extends Exception { public static function conflictingParameters(string $name, string $conflictName): static { return new static("Cannot set `{$name}` because it conflicts with parameter `{$conflictName}`."); } }
Save
Cancel