Skip to content

Commit

Permalink
[Remove] Serializable attribute from custom exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Oct 6, 2024
1 parent cb09823 commit e26837f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ namespace VCD.Generator
/// <summary>
/// The <see cref="InvalidRequirementsFormatException"/> is thrown when the requirements data is in invalid format
/// </summary>
[Serializable]
public class InvalidRequirementsFormatException : Exception
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion VCD-Generator/Exceptions/SheetNotFoundException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ namespace VCD.Generator
/// The <see cref="SheetNotFoundException"/> is thrown when the sheet with a specific name
/// does not exist in the requirements spreadsheet
/// </summary>
[Serializable]
public class SheetNotFoundException : Exception
{
/// <summary>
Expand Down

0 comments on commit e26837f

Please sign in to comment.