示例#1
0
 public function error($str)
 {
     die(colors::color("ERROR: {$str} EXITING.", "red", "yellow") . "\n");
 }