mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Marking off which uses of catch (Exception e) is legit and which are not, for later removal/replacement.
This commit is contained in:
@@ -365,7 +365,7 @@ namespace OpenSim.Region.ScriptEngine.LSOEngine.LSO
|
||||
bytes[i] = br.ReadByte();
|
||||
return bytes;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception e) // NOTLEGIT: No user related exceptions throwable here?
|
||||
{
|
||||
Common.SendToDebug("Exception: " + e.ToString());
|
||||
throw (e);
|
||||
|
||||
Reference in New Issue
Block a user