view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 30:9bb5dfef3d2a

Makefile for Linux.
author David Barts <n5jrn@me.com>
date Fri, 17 Apr 2020 10:09:30 -0700
parents db63d01a23c6
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) { }