Add dependency in repo

This commit is contained in:
Pieter Vander Vennet 2025-06-18 12:25:24 +02:00
parent f8035e7ef8
commit 3f782ddafa
74 changed files with 11905 additions and 1 deletions

View file

@ -0,0 +1,8 @@
package com.getcapacitor;
class InvalidPluginException extends Exception {
public InvalidPluginException(String s) {
super(s);
}
}