mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Dont need module namespace
This commit is contained in:
parent
70deaee948
commit
c1e6dc3056
1 changed files with 4 additions and 4 deletions
|
@ -38,14 +38,14 @@ module Mastodon
|
||||||
|
|
||||||
HTTP_CONNECTION_ERRORS = [
|
HTTP_CONNECTION_ERRORS = [
|
||||||
Addressable::URI::InvalidURIError,
|
Addressable::URI::InvalidURIError,
|
||||||
|
HostValidationError,
|
||||||
HTTP::ConnectionError,
|
HTTP::ConnectionError,
|
||||||
HTTP::Error,
|
HTTP::Error,
|
||||||
HTTP::TimeoutError,
|
HTTP::TimeoutError,
|
||||||
IPAddr::AddressFamilyError,
|
IPAddr::AddressFamilyError,
|
||||||
Mastodon::HostValidationError,
|
LengthValidationError,
|
||||||
Mastodon::LengthValidationError,
|
|
||||||
Mastodon::PrivateNetworkAddressError,
|
|
||||||
Mastodon::UnexpectedResponseError,
|
|
||||||
OpenSSL::SSL::SSLError,
|
OpenSSL::SSL::SSLError,
|
||||||
|
PrivateNetworkAddressError,
|
||||||
|
UnexpectedResponseError,
|
||||||
].freeze
|
].freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue