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
/
FileIncludeException.php
9 lines
99 B
PHP
Raw
Normal View
History
Unescape
Escape
Support disabling file includes via the config
2016-12-06 22:41:42 +01:00
<
?
php
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