public ControllerException(StmtExceptions e) : base(e.ToString()) { }
public StmtExceptions(StmtExceptions e) : base(e.ToString()) { }