Add dependency in repo
This commit is contained in:
parent
f8035e7ef8
commit
3f782ddafa
74 changed files with 11905 additions and 1 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.getcapacitor;
|
||||
|
||||
class InvalidPluginException extends Exception {
|
||||
|
||||
public InvalidPluginException(String s) {
|
||||
super(s);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue