Converting ConfigError to a Defect in Effect Typescript

Hi all quick question - How can I "swallow up" ConfigError and turn it into a defect? I basically don't want to handle it and just want the application to blow up if there is a config error:

Layer<PgClient.PgClient | SqlClient, ConfigError | SqlError, never>
Was this page helpful?