angelovcom.net

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

SodiumException.php (158B)


      1 <?php
      2 
      3 if (!class_exists('SodiumException', false)) {
      4     /**
      5      * Class SodiumException
      6      */
      7     class SodiumException extends Exception
      8     {
      9 
     10     }
     11 }