package com.hexagonkt.core import java.io.IOException class ResourceNotFoundException(message: String) : IOException(message)