protected static function _php($errType, $errMsg)
 {
     $instance = new Instance();
     return $instance->msg($errType, $errMsg);
 }