%%{init: {'theme': 'base', 'themeVariables': {'background': '#282828','primaryColor': '#3c3836','primaryTextColor': '#fbf1c7','primaryBorderColor': '#fabd2f','lineColor': '#fb4934'}}}%% flowchart LR A[try] --> B[throw] B --> C[catch] C --> D[log]