package exceptions
Type Members
- final case class DirectoryCreationException(directoryPath: String, errMessage: String) extends RuntimeException with Product with Serializable
- final case class DirectoryDeletionException(directoryPath: String, errMessage: String) extends RuntimeException with Product with Serializable