Hi,
It seems like all exceptions are being catched by the connection block :
Cloudflare.connect(token: cloudflare_token) do |connection|
raise "Exception"
end
I would like my service to crash if anything fails or if the cloudflare authentication fail.
Could this be fixed ? :)