We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36c43f commit 5fa8174Copy full SHA for 5fa8174
1 file changed
helpers/handle_error.rb
@@ -11,8 +11,7 @@ def handle_error(error) # rubocop:disable Metrics/MethodLength
11
when Html2rss::Config::DynamicParams::ParamsMissing,
12
Roda::RodaPlugins::TypecastParams::Error
13
set_error_response('Parameters missing or invalid', 422)
14
- when Html2rss::Selectors::PostProcessors::UnknownPostProcessorName,
15
- Html2rss::Selectors::Extractors::UnknownExtractorName
+ when Html2rss::Selectors::PostProcessors::UnknownPostProcessorName
16
set_error_response('Invalid feed config', 422)
17
when LocalConfig::NotFound,
18
Html2rss::Configs::ConfigNotFound
0 commit comments