diff options
Diffstat (limited to 'website/usageExamples/StandardExceptionExample_pre.jpage')
-rw-r--r-- | website/usageExamples/StandardExceptionExample_pre.jpage | 5 |
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 |