NotificationException.php 144 B

123456789
  1. <?php
  2. /**
  3. * Notification exception.
  4. *
  5. * @package Elgg.Core
  6. * @subpackage Exception
  7. */
  8. class NotificationException extends \Exception {}