view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 28:75f01ae83929

Add Mac icon.
author David Barts <n5jrn@me.com>
date Thu, 16 Apr 2020 20:16:33 -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) { }