Make publicly exposed internal exceptions public

This commit is contained in:
Ronald Barendse
2019-11-15 21:19:22 +01:00
parent 34008edd34
commit 979ccebe75
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Core.Exceptions
/// </summary>
/// <seealso cref="System.Exception" />
[Serializable]
internal class PanicException : Exception
public class PanicException : Exception
{
/// <summary>
/// Initializes a new instance of the <see cref="PanicException" /> class.