aboutsummaryrefslogtreecommitdiff
path: root/examples/example-error-handling
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-error-handling')
-rw-r--r--examples/example-error-handling/page.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-error-handling/page.toml b/examples/example-error-handling/page.toml
new file mode 100644
index 0000000..7c07928
--- /dev/null
+++ b/examples/example-error-handling/page.toml
@@ -0,0 +1,10 @@
+[example]
+id = "example-error-handling"
+name = "Error Handling"
+icon = "⚠️"
+category = "runtime"
+desc = """
+Example Error Handling
+"""
+tags = ["Result"]
+files = ["src/main.rs", "Cargo.toml"]