1<?php 2 3namespace App\Container\Exception; 4 5class EntryNotFoundException extends \Exception implements NotFoundExceptionInterface 6{ 7} 8