using System; public sealed class BriskNetworkException : BriskException { public BriskNetworkException(string message, Exception innerException = null) : base(message, innerException) { } }