Initial sync
This commit is contained in:
22
Nbt/Exceptions/TagNotFoundException.cs
Executable file
22
Nbt/Exceptions/TagNotFoundException.cs
Executable file
@@ -0,0 +1,22 @@
|
||||
// using Nbt.Tag;
|
||||
|
||||
// namespace Nbt;
|
||||
|
||||
// public class TagNotFoundException : NbtException
|
||||
// {
|
||||
// public TagNotFoundException(INbtTag parentTag, INbtPathElement tagPathElement)
|
||||
// {
|
||||
// ParentTag = parentTag;
|
||||
// TagPathElement = tagPathElement;
|
||||
// }
|
||||
|
||||
// public TagNotFoundException(INbtTag parentTag, INbtPathElement tagPathElement, string? message) : base(message)
|
||||
// {
|
||||
// ParentTag = parentTag;
|
||||
// TagPathElement = tagPathElement;
|
||||
// }
|
||||
|
||||
// public INbtTag ParentTag { get; }
|
||||
|
||||
// public INbtPathElement TagPathElement { get; }
|
||||
// }
|
||||
Reference in New Issue
Block a user