Example #1
0
 /**
  * Close system.
  *
  * @param string $msg Message of close.
  *
  * @return  void
  */
 public function close($msg = '')
 {
     $this->command->out($msg, true);
     exit;
 }