view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 60:d0b83fc1d62a default tip

Remember our input directory on a per-invocation basis.
author David Barts <n5jrn@me.com>
date Sun, 26 Jul 2020 15:14:03 -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) { }