Skip to content

Conversation

@dongm2ez
Copy link

Summary

fix #1431

Type of change

  • Bug fix (non-breaking change which fixes an issue)

src/Alias.php Outdated
Comment on lines 304 to 307
} catch (\Exception $e) {
$this->error('Exception: ' . $e->getMessage() . "\nSkipping $facade.");
} catch (\Throwable $e) {
$this->error('Throwable: ' . $e->getMessage() . "\nSkipping $facade.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine just catching Throwable here; no need/benefit for both

@dongm2ez dongm2ez marked this pull request as ready for review March 24, 2023 13:29
@dongm2ez dongm2ez closed this by deleting the head repository Sep 5, 2023
@mfn mfn requested a review from barryvdh September 6, 2023 10:21
@mfn
Copy link
Collaborator

mfn commented Sep 6, 2023

ps: re-requested review from @barryvdh , I don't think this is controversial and sure looks like a good idea and we should just merge it :)

@mfn
Copy link
Collaborator

mfn commented Sep 6, 2023

hmm

@barryvdh
Copy link
Owner

barryvdh commented Sep 6, 2023

I cannot do that anymore. is it is deleted.

@mfn
Copy link
Collaborator

mfn commented Sep 6, 2023

ah ok, head repo was deleted 🤷🏼

@mfn mfn mentioned this pull request Sep 6, 2023
9 tasks
@mfn
Copy link
Collaborator

mfn commented Sep 6, 2023

Redid PR in #1465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alias loading Missing Throwable exception catch

3 participants