view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 0:db63d01a23c6

JNI calls and test case (finally!) seem to work.
author David Barts <n5jrn@me.com>
date Tue, 31 Mar 2020 13:24:48 -0700
parents
children
line wrap: on
line source

/*
 * Exception thrown when something goes wrong in exiv2.
 */
package name.blackcap.exifwasher.exiv2

class Exiv2Exception(message: String): Exception(message) { }