Dont need module namespace

Matt Jankowski 2024-05-21 11:19:15 -04:00
parent e969fa46b7
commit 324fd66ec2
1 changed files with 4 additions and 4 deletions

View File

@ -38,14 +38,14 @@ module Mastodon
HTTP_CONNECTION_ERRORS = [
Addressable::URI::InvalidURIError,
HostValidationError,
HTTP::ConnectionError,
HTTP::Error,
HTTP::TimeoutError,
IPAddr::AddressFamilyError,
Mastodon::HostValidationError,
Mastodon::LengthValidationError,
Mastodon::PrivateNetworkAddressError,
Mastodon::UnexpectedResponseError,
LengthValidationError,
OpenSSL::SSL::SSLError,
PrivateNetworkAddressError,
UnexpectedResponseError,
].freeze
end