1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Remove an extraneous space

This commit is contained in:
Greg Barendt
2015-10-15 16:28:38 -04:00
parent 66bc42e31b
commit 3777d8a059

View File

@@ -702,7 +702,7 @@ $cls = new SomeOtherNamespace\MyClass();
try {
// Do something
} catch ( Exception $e) {
} catch (Exception $e) {
// Handle exception
}