@@ -189,8 +189,7 @@ |
||
| 189 | 189 | { |
| 190 | 190 | $this->set($sClassName, fn() => $this->make($this->get($sClassKey))); |
| 191 | 191 | } |
| 192 | - } |
|
| 193 | - catch(ReflectionException $e) |
|
| 192 | + } catch(ReflectionException $e) |
|
| 194 | 193 | { |
| 195 | 194 | throw new SetupException($this->cn()->g(Translator::class) |
| 196 | 195 | ->trans('errors.class.invalid', ['name' => $sClassName])); |