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

io.github.daggerok.liquibase.r2dbc.LiquibaseR2dbcNotSupportedException.kt Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
package io.github.daggerok.liquibase.r2dbc

class LiquibaseR2dbcNotSupportedException(url: String) : RuntimeException(
    "Liquibase R2DBC spring-boot starter doesn't support '$url' R2DBC URL yet. " +
            "Please contribute or rise new issue: https://github.com/daggerok/liquibase-r2dbc-spring-boot-starter/issues/new"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy