Remove DecodeException.

This commit is contained in:
alexiscatnip
2022-08-06 02:43:06 +08:00
committed by alexiscatnip
parent 88dad8c7bb
commit f1a311c28b
@@ -217,7 +217,7 @@ namespace Raindrop.UI.map.Map_SceneHierachy
}
catch (Exception e)
{
throw new DecodeException("maptile (jp2) decode failed at " + e.Message);
Debug.LogError("maptile (jp2) decode failed at " + e.Message);
}
finally
{
@@ -385,13 +385,6 @@ namespace Raindrop.UI.map.Map_SceneHierachy
}
internal class DecodeException : Exception
{
public DecodeException(string cannotReadJ2kHeader)
{
throw new NotImplementedException(); //change to another ecception.
}
}
internal class MapSceneData
{