Blame view

public/vendor/psr/container/src/ContainerExceptionInterface.php 150 Bytes
86143e36f   Андрей Ларионов   Коммит вторник
1
2
3
4
5
6
7
8
9
10
  <?php
  
  namespace Psr\Container;
  
  /**
   * Base interface representing a generic exception in a container.
   */
  interface ContainerExceptionInterface
  {
  }