1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/stubs/logicexception.php

9 lines
126 B
PHP

<?php
class LogicException extends Exception {
/**
* @param int $a
*/
public function __construct($a) {}
}