using System; namespace ${glPackageBaseCommonException} { /// /// The exception of when the entity already exists on the database. /// Author: ${database.ClassAuthor} /// public class ${glEntityAlreadyExistsException} : ${glSQLFailureException} { public ${glEntityAlreadyExistsException}(String msg, Exception e) : base(msg,e) {} } }