@@ -69,9 +69,12 @@ |
||
69 | 69 | */ |
70 | 70 | public function header( string $uid = '' ) : ?string |
71 | 71 | { |
72 | - try { |
|
72 | + try |
|
73 | + { |
|
73 | 74 | return $this->client()->header( $uid ); |
74 | - } catch( \Exception $e ) { |
|
75 | + } |
|
76 | + catch( \Exception $e ) |
|
77 | + { |
|
75 | 78 | $this->logException( $e ); |
76 | 79 | } |
77 | 80 |
@@ -166,5 +166,5 @@ |
||
166 | 166 | * @since 2020.10 |
167 | 167 | * @category Developer |
168 | 168 | * @see client/html/account/review/template-body |
169 | - */ |
|
169 | + */ |
|
170 | 170 | } |