mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
20 lines
302 B
Plaintext
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
|