酒店预订平台
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

14 строки
248 B

  1. <?php
  2. /**
  3. * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
  4. */
  5. namespace Psr\Container;
  6. /**
  7. * Base interface representing a generic exception in a container.
  8. */
  9. interface ContainerExceptionInterface
  10. {
  11. }