Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
jetbrains
/
phpstorm-stubs
/
swoole
/
Swoole
/
Editing: ExitException.php
<?php declare(strict_types=1); namespace Swoole; class ExitException extends Exception { private $flags = 0; private $status = 0; /** * @return mixed */ public function getFlags() {} /** * @return mixed */ public function getStatus() {} }
Save
Cancel