Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
try_catch1.av
blob: 315c8d5671c05e05e21997ae43cf402bbdb0def1 [
file
] [
log
] [
blame
]
a
=
try
{
throw
1
;
}
catch
(
e
)
{
return
e
;
};
return
a
;