view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 55:f5faf70c7d10

tabs to spaces
author David Barts <davidb@stashtea.com>
date Thu, 07 May 2020 14:21:23 -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) { }