0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/hogvm/__tests__/__snapshots__/exceptions.stdout
2024-07-25 16:57:28 +02:00

20 lines
302 B
Plaintext

start
try
------------------
start
try
------------------
try again
Error('An error occurred') was the exception
------------------
try again
No var for error
------------------
base
first
second
Throwing in third
Caught in base: Error('Threw in third')
Caught in root: Error('Threw in third')
The end