platform/plugins/Streams/classes/Streams/Exception/AlreadyDeclined.php - Q Platform
Show:

File: platform/plugins/Streams/classes/Streams/Exception/AlreadyDeclined.php

  1. <?php
  2.  
  3. /**
  4. * @module Streams
  5. */
  6. class Streams_Exception_AlreadyDeclined extends Q_Exception
  7. {
  8. /**
  9. * An exception is raised when the invite was already declined
  10. * @class Streams_Exception_AlreadyDeclined
  11. * @constructor
  12. * @extends Q_Exception
  13. */
  14. };
  15.  
  16. Q_Exception::add('Streams_Exception_AlreadyDeclined', 'this invite has already been declined');
  17.