Adding the CordovaException class

This commit is contained in:
Joe Bowser 2012-04-20 15:05:48 -07:00
parent 2e4667da88
commit 4192489836

View File

@ -0,0 +1,5 @@
package org.apache.cordova;
public class CordovaException extends Exception {
}