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