Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqdevTranningProgram
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Адлан Шамавов
iqdevTranningProgram
92a80b0d8206cf083e3ef6dbd499f05af8f147eb
iqdevtranningprogram
src
Exception
RestaurantExceptionEnum.php
Find file
Normal view
Permalink
RestaurantExceptionEnum.php
96 B
Newer
Older
STA-966 | Добавил контроллеры для News и другие исправления
Адлан Шамавов
committed
10 months ago
1
2
3
4
5
6
7
8
<?php
namespace
App\Exception
;
enum
RestaurantExceptionEnum
:
int
{
case
NotFound
=
404
;
}