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 = [
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue