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-09 22:49:31 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
099245281e
psalm
/
src
/
Psalm
/
Exception
/
UnanalyzedFileException.php
9 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
Add backup hover analysis when file isn’t analysed
2018-11-20 22:32:40 +01:00
<
?
php
namespace
Psalm\Exception
;
Import instead of using fqn classes
2021-12-03 21:40:18 +01:00
use
Exception
;
class
UnanalyzedFileException
extends
Exception
Add backup hover analysis when file isn’t analysed
2018-11-20 22:32:40 +01:00
{
}
Reference in New Issue
Copy Permalink