Update TwoFactorException.php

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2849/head
Cornelius Kölbel 2016-11-14 17:12:28 +07:00 committed by Roeland Jago Douma
parent e077e01bf2
commit ee8c617a6d
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 2 additions and 2 deletions

@ -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 {}
class TwoFactorException extends \Exception {}