EtchDroid/app/src/main/java/eu/depau/etchdroid/exceptions/CannotGetFilePathException.kt

3 lines
108 B
Kotlin
Raw Normal View History

2018-10-01 00:39:48 +00:00
package eu.depau.etchdroid.exceptions
class CannotGetFilePathException(cause: Exception) : Exception(cause)