@@ -129,8 +129,7 @@ |
||
129 | 129 | return $content; |
130 | 130 | } catch (WebsiteIsPrivateException $e) { |
131 | 131 | throw $e; |
132 | - } catch |
|
133 | - (Exception $e) { |
|
132 | + } catch (Exception $e) { |
|
134 | 133 | throw new AssetDoesNotExistException("404"); |
135 | 134 | } |
136 | 135 | } |