ExceptionInterface.php 146 B

12345678910
  1. <?php
  2. namespace Buzz\Exception;
  3. /**
  4. * Marker interface to denote exceptions thrown from the Buzz context.
  5. */
  6. interface ExceptionInterface
  7. {
  8. }