aboutsummaryrefslogtreecommitdiff
path: root/website/usageExamples/StandardExceptionExample_pre.jpage
diff options
context:
space:
mode:
Diffstat (limited to 'website/usageExamples/StandardExceptionExample_pre.jpage')
-rw-r--r--website/usageExamples/StandardExceptionExample_pre.jpage5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/usageExamples/StandardExceptionExample_pre.jpage b/website/usageExamples/StandardExceptionExample_pre.jpage
new file mode 100644
index 00000000..8d85286c
--- /dev/null
+++ b/website/usageExamples/StandardExceptionExample_pre.jpage
@@ -0,0 +1,5 @@
+import lombok.experimental.StandardException;
+
+@StandardException
+public class ExampleException extends Exception {
+} \ No newline at end of file