@@ -140,8 +140,7 @@ discard block |
||
140 | 140 | // found the file or not. |
141 | 141 | $finder->requireFile($this->seed); |
142 | 142 | return TRUE; |
143 | - } |
|
144 | - catch (ClassLoaderException $e) { |
|
143 | + } catch (ClassLoaderException $e) { |
|
145 | 144 | // If there was an error, inform PHP that the class could not be found. |
146 | 145 | return FALSE; |
147 | 146 | } |
@@ -182,8 +181,7 @@ discard block |
||
182 | 181 | // Get the real path of the prefix. |
183 | 182 | $real_path = $finder->find($this->seed); |
184 | 183 | $loader->{$loader_method}($partial_namespace, $real_path); |
185 | - } |
|
186 | - catch (ClassLoaderException $e) {} |
|
184 | + } catch (ClassLoaderException $e) {} |
|
187 | 185 | } |
188 | 186 | } |
189 | 187 | } |