![JAR search and dependency download from the Maven repository](/logo.png)
kotlin.com.datadog.gradle.plugin.internal.sanitizer.UriParsingException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dd-sdk-android-gradle-plugin Show documentation
Show all versions of dd-sdk-android-gradle-plugin Show documentation
Plugin to upload Proguard/R8 mapping files to Datadog.
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