Viaduct Tenant Resolver Exception
class ViaductTenantResolverException(val cause: Throwable, val resolver: String) : Exception, ViaductTenantException(source)
Used to wrap non-framework exceptions that are thrown while executing tenant resolver code. This is tied to a specific tenant-written resolver.