1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +01:00
psalm/src/Psalm/Exception/FileIncludeException.php
2016-12-06 16:41:42 -05:00

7 lines
84 B
PHP

<?php
namespace Psalm\Exception;
class FileIncludeException extends \Exception
{
}