Home
last modified time | relevance | path

Searched full:mycustomexception (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml1006 .record MyCustomException <panda.extends=panda.RuntimeException> {}
1007 .record MySecondCustomException <panda.extends=MyCustomException> {}
1026 - values: [MyCustomException, panda.RuntimeException]
1027 - values: [MySecondCustomException, MyCustomException]
1043 .record MyCustomException <panda.extends=panda.RuntimeException> {}
1044 .record MySecondCustomException <panda.extends=MyCustomException> {}
1063 - values: [panda.RuntimeException, MyCustomException]
1064 - values: [MyCustomException, MySecondCustomException]