Aerys\Process::exit PHP Method

exit() protected method

This function only exists as protected so we can test for its invocation
protected exit ( )
    protected function exit()
    {
        exit($this->exitCode);
    }

Usage Example

Example #1
0
 protected function exit()
 {
     $this->logger->flush();
     parent::exit();
 }