Skip to content

Commit 1a8aabd

Browse files
committed
replace FormatException with InvalidTemplateException
1 parent c35e2e5 commit 1a8aabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointSecurePlayer/Modifications.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected void StartImport(string templateName) {
9090
}
9191

9292
if (String.IsNullOrEmpty(templateName)) {
93-
throw new FormatException("templateName must not be null or empty.");
93+
throw new InvalidTemplateException("The Template Name may not be the Active Template Name.");
9494
}
9595

9696
TemplateName = templateName;

0 commit comments

Comments
 (0)