Make publicly exposed internal exceptions public
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user