Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 34:d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 29 Apr 2020 21:49:21 -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) { }