encrypteddataexception.php 311 B

123456789101112131415
  1. <?php
  2. /**
  3. * @author Victor Dubiniuk
  4. * @copyright 2013 Victor Dubiniuk victor.dubiniuk@gmail.com
  5. *
  6. * This file is licensed under the Affero General Public License version 3 or
  7. * later.
  8. * See the COPYING-README file.
  9. */
  10. namespace OC\Core\LostPassword;
  11. class EncryptedDataException extends \Exception{
  12. }