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

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

  1. <?php
  2.  
  3. /**
  4. * @module Streams
  5. */
  6. class Streams_Exception_Relation extends Q_Exception
  7. {
  8. /**
  9. * An exception is raised when relation failed
  10. * @class Streams_Exception_Relation
  11. * @constructor
  12. * @extends Q_Exception
  13. */
  14. }
  15. Q_Exception::add('Streams_Exception_Relation', 'Relation failed');
  16.