<?php namespace App\Exception; enum RestaurantExceptionEnum: int { case NotFound = 404; }