Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
feeds
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
feeds
Merge requests
!127
Issue
#3158678
: FetcherResult::checkFile() throws \RuntimeException, which is never caught
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3158678
: FetcherResult::checkFile() throws \RuntimeException, which is never caught
issue/feeds-3158678:3158678-fix
into
8.x-3.x
Overview
0
Commits
14
Pipelines
9
Changes
10
Merged
Issue #3158678: FetcherResult::checkFile() throws \RuntimeException, which is never caught
Youri van Koppen
requested to merge
issue/feeds-3158678:3158678-fix
into
8.x-3.x
Jul 29, 2023
Overview
0
Commits
14
Pipelines
9
Changes
10
0
0
Merge request reports
Compare
8.x-3.x
version 8
a945af22
Jun 8, 2024
version 7
cdf14d84
May 20, 2024
version 6
616e4990
May 20, 2024
version 5
a95dd9fd
May 20, 2024
version 4
7bdf9ceb
May 20, 2024
version 3
95ace894
Aug 10, 2023
version 2
a0724653
Jul 30, 2023
version 1
82c2aea4
Jul 29, 2023
8.x-3.x (base)
and
latest version
latest version
a945af22
14 commits,
Jun 8, 2024
version 8
a945af22
14 commits,
Jun 8, 2024
version 7
cdf14d84
13 commits,
May 20, 2024
version 6
616e4990
12 commits,
May 20, 2024
version 5
a95dd9fd
10 commits,
May 20, 2024
version 4
7bdf9ceb
8 commits,
May 20, 2024
version 3
95ace894
6 commits,
Aug 10, 2023
version 2
a0724653
6 commits,
Jul 30, 2023
version 1
82c2aea4
4 commits,
Jul 29, 2023
10 files
+
157
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
src/Exception/FetchException.php
0 → 100644
+
8
−
0
View file @ a945af22
Edit in single-file editor
Open in Web IDE
<?php
namespace
Drupal\feeds\Exception
;
/**
* Thrown when a fetch fails.
*/
class
FetchException
extends
FeedsRuntimeException
{}
Loading