@@ -59,7 +59,7 @@ |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return null|string The file_path set for the File instance |
|
| 62 | + * @return string The file_path set for the File instance |
|
| 63 | 63 | */ |
| 64 | 64 | public function getFilePath() |
| 65 | 65 | { |
@@ -123,8 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | try{ |
| 125 | 125 | throw new \Exception("This is an arbitrary exception"); |
| 126 | - } |
|
| 127 | - catch (\Exception $e) |
|
| 126 | + } catch (\Exception $e) |
|
| 128 | 127 | { |
| 129 | 128 | $context_array = array( |
| 130 | 129 | "exception" => $e |