getMessage() . "\n"; } catch (\Exception $e) { echo "other exception " . $e->getMessage() . "\n"; } finally { echo "finally"; }