Posted by ZeldorBlat on 05/15/06 16:20
chan.marcus@gmail.com wrote:
> Hi all,
>
> I am new to PHP. In PHP5, could I declare what exceptions the methods
> would throw on an interface?
> Thanks.
Interface or otherwise, in PHP you don't specify what kind of
exceptions a method throws (or if it even throws anything). That's a
Java thing.
Navigation:
[Reply to this message]
|