movies
This commit is contained in:
11
Core/JXCMS.Core/Exception/CMSException.cs
Executable file
11
Core/JXCMS.Core/Exception/CMSException.cs
Executable file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace JXCMS.Core.Exception
|
||||
{
|
||||
public class CMSException : System.Exception
|
||||
{
|
||||
public CMSException() : base() { }
|
||||
|
||||
public CMSException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user