5 lines
141 B
Kotlin
5 lines
141 B
Kotlin
package com.helible.pilot.exceptions
|
|
|
|
import java.io.IOException
|
|
|
|
class TransferFailedException : IOException("Reading incoming data failed") |