All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.com.datadog.gradle.plugin.internal.sanitizer.UriParsingException.kt Maven / Gradle / Ivy

There is a newer version: 1.15.0
Show newest version
package com.datadog.gradle.plugin.internal.sanitizer

import java.lang.IllegalArgumentException

internal class UriParsingException(message: String, throwable: Throwable) :
    IllegalArgumentException(message, throwable)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy