+#include <msp/core/except.h>
#include <msp/core/systemerror.h>
#include "console.h"
#include "handle_private.h"
case Msp::IO::Console::CIN: return STD_INPUT_HANDLE;
case Msp::IO::Console::COUT: return STD_OUTPUT_HANDLE;
case Msp::IO::Console::CERR: return STD_ERROR_HANDLE;
- default: throw internal_error("stream_to_sys");
+ default: throw Msp::internal_error("stream_to_sys");
}
}