platform/plugins/Users/classes/Users/Exception/WrongPassphrase.php - Q Platform
Show:

File: platform/plugins/Users/classes/Users/Exception/WrongPassphrase.php

  1. <?php
  2.  
  3. /**
  4. * @module Users
  5. */
  6. class Users_Exception_WrongPassphrase extends Q_Exception
  7. {
  8. /**
  9. * An exception is raised if passphrase is wrong
  10. * @class Users_Exception_WrongPassphrase
  11. * @constructor
  12. * @extends Q_Exception
  13. */
  14. };
  15.  
  16. Q_Exception::add('Users_Exception_WrongPassphrase', 'That is not the right pass phrase');
  17.