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
2025-01-07 21:48:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
39afe9b4ff
psalm
/
src
/
Psalm
/
Issue
/
InvalidThrow.php
8 lines
94 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
{
Add levels to every issue
2020-02-17 02:55:09 +01:00
const
LEVEL
=
-
1
;
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