package com.celements.filebase; public class AttachmentToBigException extends Exception { private static final long serialVersionUID = 1L; public AttachmentToBigException(Throwable exp) { super(exp); } }