summaryrefslogtreecommitdiffstats
path: root/lib/TwoFactorAuthException.php
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2015-03-19 15:46:46 +0100
committerRobThree <rob@devcorner.nl>2015-03-19 15:46:46 +0100
commit3687b0b32d6db1f6b7b87f21513e4740f646a487 (patch)
tree18e042ff9f120cddd9df827577862800dbd8abc5 /lib/TwoFactorAuthException.php
parent73196c82ecbbb2e0ea872379c9e428c04795540f (diff)
downloadTwoFactorAuth-3687b0b32d6db1f6b7b87f21513e4740f646a487.zip
TwoFactorAuth-3687b0b32d6db1f6b7b87f21513e4740f646a487.tar.gz
TwoFactorAuth-3687b0b32d6db1f6b7b87f21513e4740f646a487.tar.bz2
* Renamed namespace
Diffstat (limited to 'lib/TwoFactorAuthException.php')
-rw-r--r--lib/TwoFactorAuthException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TwoFactorAuthException.php b/lib/TwoFactorAuthException.php
index 9de9d3a..2d46d4e 100644
--- a/lib/TwoFactorAuthException.php
+++ b/lib/TwoFactorAuthException.php
@@ -1,6 +1,6 @@
<?php
-namespace RobThree\TwoFactorAuth;
+namespace RobThree\Auth;
class TwoFactorAuthException extends \Exception
{