Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
try_catch6.av
blob: cb48284b9de9a288d0446d098bd2a35e3b60d316 [
file
] [
log
] [
blame
]
try
{
map
(
1
,
3
);
}
catch
(
java
.
io
.
IOException
|
ClassCastException
e
)
{
pst
(
e
);
return
1
;
}
catch
(
ClassCastException
e
)
{
return
2
;
}
catch
(
e
)
{
return
3
;
}