InsufficientSpaceException

fun InsufficientSpaceException(size: Int, availableSpace: Int)
fun InsufficientSpaceException(name: String, size: Int, availableSpace: Int)
fun InsufficientSpaceException(size: Long, availableSpace: Long)
fun InsufficientSpaceException(message: String = "Not enough free space")