v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Barotrauma;
|
||||
|
||||
public sealed class UnreachableCodeException : Exception
|
||||
{
|
||||
public UnreachableCodeException() : base(message: "Code that was supposed to be unreachable was executed.") { }
|
||||
}
|
||||
Reference in New Issue
Block a user