mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
13
app/Client/Exceptions/InvalidServerProvided.php
Normal file
13
app/Client/Exceptions/InvalidServerProvided.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Client\Exceptions;
|
||||
|
||||
class InvalidServerProvided extends \Exception
|
||||
{
|
||||
public function __construct($server)
|
||||
{
|
||||
$message = "No such server {$server}.";
|
||||
|
||||
parent::__construct($message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user