Bristol SU Support Package
src
ModuleInstance
Connection
NoConnectionAvailable.php
Go to the documentation of this file.
1
<?php
2
3
namespace
BristolSU\Support\ModuleInstance\Connection
;
4
5
use
Throwable
;
6
10
class
NoConnectionAvailable
extends
\Exception
11
{
12
18
public
function
__construct
($message =
"No connection has been found"
, $code = 0,
Throwable
$previous = null)
19
{
20
parent::__construct($message, $code, $previous);
21
}
22
23
}
BristolSU\Support\ModuleInstance\Connection\NoConnectionAvailable
Definition:
NoConnectionAvailable.php:10
BristolSU\Support\ModuleInstance\Connection\NoConnectionAvailable\__construct
__construct($message="No connection has been found", $code=0, Throwable $previous=null)
Definition:
NoConnectionAvailable.php:18
BristolSU\Support\ModuleInstance\Connection
Definition:
ModuleInstanceService.php:3
Throwable
Generated by
1.8.13