package com.hexagontk.coreimport java.io.IOExceptionclass ResourceNotFoundException(message: String) : IOException(message)