1 | <?php |
||
8 | class EndpointBuildingException extends ConfigurationException |
||
9 | { |
||
10 | /** |
||
11 | * @var EndpointBuilderInterface|null |
||
12 | */ |
||
13 | protected $builder; |
||
14 | |||
15 | public static function fromBuilder(string $message, EndpointBuilderInterface $builder) |
||
22 | |||
23 | public function getBuilder(): ?EndpointBuilderInterface |
||
27 | } |
||
28 |