MCPcopy Create free account
hub / github.com/demoth/jake2 / Error

Method Error

qcommon/src/main/java/jake2/qcommon/sys/Sys.java:48–53  ·  view source on GitHub ↗
(String error)

Source from the content-addressed store, hash-verified

46public final class Sys extends Defines {
47
48 public static void Error(String error) {
49
50 Cmd.ExecuteFunction("cl_shutdown");
51 new Exception(error).printStackTrace();
52 System.exit(1);
53 }
54
55 //ok!
56 public static File[] FindAll(String path, int musthave, int canthave) {

Callers 5

InitMethod · 0.95
mainMethod · 0.95
ErrorMethod · 0.95
FindFirstMethod · 0.95
BlockSequenceCRCByteMethod · 0.95

Calls 1

ExecuteFunctionMethod · 0.95

Tested by

no test coverage detected