@@ -33,11 +33,9 @@ |
||
| 33 | 33 | try{ |
| 34 | 34 | $this->get($configuration); |
| 35 | 35 | return true; |
| 36 | - } |
|
| 37 | - catch(NotFoundExceptionInterface $e){ |
|
| 36 | + } catch(NotFoundExceptionInterface $e){ |
|
| 38 | 37 | return false; |
| 39 | - } |
|
| 40 | - catch(ContainerExceptionInterface $e){ |
|
| 38 | + } catch(ContainerExceptionInterface $e){ |
|
| 41 | 39 | return false; |
| 42 | 40 | } |
| 43 | 41 | } |