MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / error

Method error

astyle/src/astyle_main.cpp:408–412  ·  view source on GitHub ↗

error exit without a message

Source from the content-addressed store, hash-verified

406
407// error exit without a message
408void ASConsole::error() const
409{
410 (*_err) << _("\nArtistic Style has terminated") << endl;
411 exit(EXIT_FAILURE);
412}
413
414// error exit with a message
415void ASConsole::error(const char* why, const char* what) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected