SafeExceptionInterface.php 93 B

123456789
  1. <?php
  2. namespace Safe\Exceptions;
  3. interface SafeExceptionInterface extends \Throwable
  4. {
  5. }