Skip to content

Commit 5fa8174

Browse files
committed
fix: references removed error class
1 parent c36c43f commit 5fa8174

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

helpers/handle_error.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ def handle_error(error) # rubocop:disable Metrics/MethodLength
1111
when Html2rss::Config::DynamicParams::ParamsMissing,
1212
Roda::RodaPlugins::TypecastParams::Error
1313
set_error_response('Parameters missing or invalid', 422)
14-
when Html2rss::Selectors::PostProcessors::UnknownPostProcessorName,
15-
Html2rss::Selectors::Extractors::UnknownExtractorName
14+
when Html2rss::Selectors::PostProcessors::UnknownPostProcessorName
1615
set_error_response('Invalid feed config', 422)
1716
when LocalConfig::NotFound,
1817
Html2rss::Configs::ConfigNotFound

0 commit comments

Comments
 (0)