expand on r7462

This commit is contained in:
goyuken 2014-07-31 21:40:25 +00:00
parent ad5b60f137
commit 14c8dac1bf
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace BizHawk.Client.Common
{
var fullmsg = String.Format(
"Couldn't find required firmware \"{0}:{1}\". This is fatal{2}", sysID, firmwareID, msg != null ? ": " + msg : ".");
throw new Exception(fullmsg);
throw new MissingFirmwareException(fullmsg);
}
if (msg != null)