import Exception from '../Exceptions/Exception'; export default class CacheExpiredException extends Exception { constructor(); }