openrat-cms

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

ObjectNotFoundException.class.php (103B)


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