deno.land / x / sheetjs@v0.18.3 / demos / altjs / com / sheetjs / ObjectNotFoundException.java

ObjectNotFoundException.java
1
2
3
4
5
6
7
8
9
10
11
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com *//* vim: set ts=2: */package com.sheetjs;
import java.lang.Exception;
public class ObjectNotFoundException extends Exception { public ObjectNotFoundException() {} public ObjectNotFoundException(String message) { super(message); }}
sheetjs

Version Info

Tagged at
2 years ago