diff options
author | Cornelius Kölbel <cornelius.koelbel@netknights.it> | 2016-11-14 17:12:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-11 11:01:54 +0100 |
commit | ee8c617a6d043f5a850d6d00bc6ca6902da1665d (patch) | |
tree | ae0652bdc1af367a990e0af3dceccce5d4740794 /lib | |
parent | e077e01bf2f2ead37c664e6e1f7339bb3a1d7f85 (diff) | |
download | nextcloud-server-ee8c617a6d043f5a850d6d00bc6ca6902da1665d.tar.gz nextcloud-server-ee8c617a6d043f5a850d6d00bc6ca6902da1665d.zip |
Update TwoFactorException.php
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php index 5a06c63d5ce..9de5db6aa54 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php @@ -1,7 +1,7 @@ <?php /** * @author Cornelius Kölbel <cornelius.koelbel@netknights.it> - * + * @copyright Copyright (c) 2016, ownCloud GmbH. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify @@ -34,4 +34,4 @@ namespace OCP\Authentication\TwoFactorAuth; * Two Factor Authentication failed * @since 9.2.0 */ -class TwoFactorException extends \Exception {}
\ No newline at end of file +class TwoFactorException extends \Exception {} |