Example #1
0
 public static function CrearError($codigoError)
 {
     $temp = new self();
     $temp->GetError($codigoError);
     return $temp;
 }