标签: php exception interface annotations
假设我有一个带有方法FooInterface的接口bar和几个实现该接口的具体类。这些bar方法的实现中只有一个此类抛出异常。
FooInterface
bar
我是否应该使用bar注释来注释接口的@throws方法,以声明该调用有可能产生异常?
@throws