PHP Class Spatie\Backup\Exceptions\InvalidConfiguration

Inheritance: extends Exceptio\Exception
Show file Open project: spatie/laravel-backup

Public Methods

Method Description
cannotUseUnsupportedDriver ( string $connectionName, string $driverName ) : InvalidConfiguration

Method Details

cannotUseUnsupportedDriver() public static method

public static cannotUseUnsupportedDriver ( string $connectionName, string $driverName ) : InvalidConfiguration
$connectionName string
$driverName string
return InvalidConfiguration