首页题库练习题目详情
Python程序设计单选题中等

下面哪种方式可以自定义异常并抛出?

Araise Exception('Something went wrong')
Braise MyError
Craise MyError('something went wrong')
D以上都不正确