Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Exceptions
authored
Mar 08, 2023
by
Sebastien Jean
Hide whitespace changes
Inline
Side-by-side
Exceptions.md
View page @
db75f719
...
...
@@ -246,3 +246,7 @@ try { stack.empiler(value); }
catch
(
FullStackException
e1
)
{
...
}
catch
(
NegativeElementException
e2
)
{
...
}
```
# Classe `Exception`
TBC
\ No newline at end of file