Searched full:mycustomexception (Results 1 – 1 of 1) sorted by relevance
1006 .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]