Module: Aranha::Parsers::TemporaryErrors

Defined in:
lib/aranha/parsers/temporary_errors.rb

Constant Summary collapse

ALL_ERRORS =
[::Aranha::Parsers::InvalidStateException,
::Aranha::Parsers::SourceAddress::FetchContentError].freeze

Class Method Summary collapse

Class Method Details

.errorsObject



10
11
12
# File 'lib/aranha/parsers/temporary_errors.rb', line 10

def errors
  ALL_ERRORS
end