Skip to content

Latest commit

 

History

History

throws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@throws

@throws : 抛出一个异常,告诉调用方需要做好处理异常相关工作.

此标签推荐使用PhpStorm进行阅读,可以能直观体现标签的作用

语法

@throws [Type] [<description>]

标签效果

demo.jpg