Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view src/name/blackcap/exifwasher/exiv2/Exiv2Exception.kt @ 44:6999afa6fff3
Update Building instructions; minor build system bug fixes.
author | David Barts <davidb@stashtea.com> |
---|---|
date | Sun, 03 May 2020 16:15:10 -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) { }