mirror of
https://github.com/danog/psalm.git
synced 2024-12-14 18:36:58 +01:00
444c39097f
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
8 lines
86 B
PHP
8 lines
86 B
PHP
<?php
|
|
|
|
namespace CodeInspector\Exception;
|
|
|
|
class CodeException extends \Exception
|
|
{
|
|
}
|