1 | <?php |
||
7 | class InvalidCallableServiceException extends \Exception |
||
8 | { |
||
9 | /** |
||
10 | * @var string |
||
11 | */ |
||
12 | private $serviceName; |
||
13 | |||
14 | 6 | public function __construct(string $serviceName, int $code = 0, Throwable $previous = null) |
|
20 | |||
21 | /** |
||
22 | * @return string |
||
23 | */ |
||
24 | public function getServiceName() |
||
28 | } |
||
29 |