1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/CodeInspector/Exception/CodeException.php
Matthew Brown 444c39097f Create Context, new if checks & file extension support
Add Context  object to hold in-scope vars, rework if checks accordingly with copious use of clone, and finally add support for handling different filetypes
2016-06-20 00:38:13 -04:00

8 lines
86 B
PHP

<?php
namespace CodeInspector\Exception;
class CodeException extends \Exception
{
}