<?php
declare(strict_types=1);
namespace Swoole;
class ExitException extends Exception
{
private $flags = 0;
private $status = 0;
/**
* @return mixed
*/
public function getFlags() {}
public function getStatus() {}
}