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
a83c717d43
psalm
/
src
/
Psalm
/
Exception
/
FileIncludeException.php
10 lines
100 B
PHP
Raw
Normal View
History
Unescape
Escape
Support disabling file includes via the config
2016-12-06 22:41:42 +01:00
<
?
php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Support disabling file includes via the config
2016-12-06 22:41:42 +01:00
namespace
Psalm\Exception
;
Import instead of using fqn classes
2021-12-03 21:40:18 +01:00
use
Exception
;
class
FileIncludeException
extends
Exception
Support disabling file includes via the config
2016-12-06 22:41:42 +01:00
{
}
Reference in New Issue
Copy Permalink