SecurityException.php 371 B

123456789101112131415161718
  1. <?php
  2. /* ===========================================================================
  3. * Copyright (c) 2018-2019 Zindex Software
  4. *
  5. * Licensed under the MIT License
  6. * =========================================================================== */
  7. namespace Opis\Closure;
  8. use Exception;
  9. /**
  10. * Security exception class
  11. */
  12. class SecurityException extends Exception
  13. {
  14. }