mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
parent
204fb7614d
commit
553f56ecaf
@ -75,7 +75,11 @@ public readonly struct Chapter : IComparable
|
|||||||
_ => chapterNumberFloat.CompareTo(otherChapterNumberFloat)
|
_ => chapterNumberFloat.CompareTo(otherChapterNumberFloat)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else throw new FormatException($"Value could not be parsed");
|
else throw new FormatException($"Value could not be parsed.\n" +
|
||||||
|
$"\tVolumeNumber: '{volumeNumber}' ChapterNumber: '{chapterNumber}'\n" +
|
||||||
|
$"\tOther-VolumeNumber: '{otherChapter.volumeNumber}' Other-ChapterNumber: '{otherChapter.chapterNumber}'\n" +
|
||||||
|
$"\t{this}\n" +
|
||||||
|
$"\t{otherChapter}");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user