We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea0ba71 + ef88196 commit 77390d7Copy full SHA for 77390d7
1 file changed
src/Find_Command.php
@@ -284,7 +284,7 @@ private function recurse_directory( $path ) {
284
}
285
$this->found_wp[ $version_path ][ $constant ] = $value;
286
287
- } catch ( \Exception $e ) {
+ } catch ( Exception $exception ) {
288
$this->log( "Could not process the 'wp-config.php' transformation: " . $exception->getMessage() );
289
290
0 commit comments