Primo Committ
This commit is contained in:
13
vendor/spatie/laravel-backup/src/Exceptions/InvalidCommand.php
vendored
Normal file
13
vendor/spatie/laravel-backup/src/Exceptions/InvalidCommand.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\Backup\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class InvalidCommand extends Exception
|
||||
{
|
||||
public static function create(string $reason): self
|
||||
{
|
||||
return new static($reason);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user