1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix Exception type

This commit is contained in:
Matthew Brown 2016-10-24 19:00:52 -04:00
parent 3fa1cce4f6
commit 4d0d5fab9a

View File

@ -1858,7 +1858,7 @@ return [
'Exception::__clone' => ['Throwable|Exception'],
'Exception::__construct\'1' => ['Exception', 'message='=>'string'],
'Exception::__construct\'2' => ['Exception', 'message='=>'string', 'code='=>'int'],
'Exception::__construct' => ['Exception', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|Exception'],
'Exception::__construct' => ['Exception', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|null'],
'Exception::getCode' => ['int'],
'Exception::getFile' => ['string'],
'Exception::getLine' => ['int'],