Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 39:89d7f4d91f67
Got a working, non-bloated Apple Mac bundle!
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 01 May 2020 23:06:04 -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) { }