package com.zillabyte.motherbrain.universe; import com.zillabyte.motherbrain.top.MotherbrainException; public class FileFactoryException extends MotherbrainException { public FileFactoryException(Throwable e) { super(e); } /** * */ private static final long serialVersionUID = 1768470923309549147L; }