This website requires JavaScript.
Explore
Help
Sign In
danog
/
psalm
Watch
1
Star
0
Fork
0
You've already forked psalm
mirror of
https://github.com/danog/psalm.git
synced
2024-12-16 11:26:55 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
04f78771b5
psalm
/
src
/
Psalm
/
Issue
/
InvalidThrow.php
7 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
Add InvalidCatch and InvalidThrow to prevent erroneous exceptions Fix #411 and fix #412
2017-12-28 20:40:28 +01:00
<
?
php
namespace
Psalm\Issue
;
Allow InvalidCatch and InvalidThrow to be suppressed per-class Ref #411
2018-09-21 17:35:51 +02:00
class
InvalidThrow
extends
ClassIssue
Add InvalidCatch and InvalidThrow to prevent erroneous exceptions Fix #411 and fix #412
2017-12-28 20:40:28 +01:00
{
}
Reference in New Issue
Copy Permalink