Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw exception if route is not found #200

Merged
merged 8 commits into from
Jul 9, 2022

Conversation

caendesilva
Copy link
Member

No description provided.

@caendesilva caendesilva linked an issue Jul 9, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 9, 2022

Codecov Report

Merging #200 (13a909a) into master (e319bd5) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #200   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       801       801           
===========================================
  Files            103       103           
  Lines           2058      2059    +1     
===========================================
+ Hits            2058      2059    +1     
Impacted Files Coverage Δ
packages/framework/src/Facades/Route.php 100.00% <100.00%> (ø)
packages/framework/src/Modules/Routing/Route.php 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e319bd5...13a909a. Read the comment docs.

@caendesilva caendesilva merged commit a4f1046 into master Jul 9, 2022
@caendesilva caendesilva deleted the throw-exception-if-route-is-not-found branch July 9, 2022 16:36
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.

If a route is not found, an exception should be thrown
2 participants