openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

SecurityException.class.php (110B)


      1 <?php
      2 
      3 namespace util\exception;
      4 use RuntimeException;
      5 
      6 class SecurityException extends RuntimeException
      7 {
      8 
      9 }