diff --git a/src/Find_Command.php b/src/Find_Command.php index dcd14f8..c7abc08 100644 --- a/src/Find_Command.php +++ b/src/Find_Command.php @@ -284,7 +284,7 @@ private function recurse_directory( $path ) { } $this->found_wp[ $version_path ][ $constant ] = $value; } - } catch ( \Exception $e ) { + } catch ( Exception $exception ) { $this->log( "Could not process the 'wp-config.php' transformation: " . $exception->getMessage() ); } }