"vscode:/vscode.git/clone" did not exist on "b32f8a26c07e532446362392b1a6cf238c1d1b08"
-
Jesse Beder authored
Switched exception constants to const char * const (from const std::string) so we don't have to construct them all in every translation unit, and switched the exception class to derive from std::runtime_error (so it handles what() for us)
c65a7dfc