Override JdbcConnection

hello ,
can i override class JdbcConnection ?

Hi @novato ,

Could you say a little more about what you are trying to do, I am not understanding the question. You can change connection in the url property in liquibase.properties file but I don’t know if that’s what your use case needs.

hi @ronak
i want to change exception in method open (class jdbcConnection) cause always (unknown db or wrong password …) throw “Connection could not be created”
i want to custom exception