summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-09-05 14:29:09 +0200
committerJoas Schilling <coding@schilljs.com>2019-09-05 14:29:09 +0200
commitd4fc586f1a796b8cb19cff543b668470556e44b2 (patch)
treeca88292e6d2b903e045f5d5758b61f975d103bb9 /lib/Exceptions
parent7168522ece988505d0ed40a89f9ae238b8bf4ff6 (diff)
Bye Spreed, hello Talk!
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Exceptions')
-rw-r--r--lib/Exceptions/InvalidPasswordException.php2
-rw-r--r--lib/Exceptions/ParticipantNotFoundException.php2
-rw-r--r--lib/Exceptions/RoomNotFoundException.php2
-rw-r--r--lib/Exceptions/UnauthorizedException.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Exceptions/InvalidPasswordException.php b/lib/Exceptions/InvalidPasswordException.php
index 594e45a00..8ef68d89f 100644
--- a/lib/Exceptions/InvalidPasswordException.php
+++ b/lib/Exceptions/InvalidPasswordException.php
@@ -21,7 +21,7 @@ declare(strict_types=1);
*/
-namespace OCA\Spreed\Exceptions;
+namespace OCA\Talk\Exceptions;
class InvalidPasswordException extends \Exception {
diff --git a/lib/Exceptions/ParticipantNotFoundException.php b/lib/Exceptions/ParticipantNotFoundException.php
index 536f18481..52a5eb3c1 100644
--- a/lib/Exceptions/ParticipantNotFoundException.php
+++ b/lib/Exceptions/ParticipantNotFoundException.php
@@ -21,7 +21,7 @@ declare(strict_types=1);
*/
-namespace OCA\Spreed\Exceptions;
+namespace OCA\Talk\Exceptions;
class ParticipantNotFoundException extends \OutOfBoundsException {
diff --git a/lib/Exceptions/RoomNotFoundException.php b/lib/Exceptions/RoomNotFoundException.php
index 299c928fb..fd584a186 100644
--- a/lib/Exceptions/RoomNotFoundException.php
+++ b/lib/Exceptions/RoomNotFoundException.php
@@ -21,7 +21,7 @@ declare(strict_types=1);
*/
-namespace OCA\Spreed\Exceptions;
+namespace OCA\Talk\Exceptions;
class RoomNotFoundException extends \OutOfBoundsException {
diff --git a/lib/Exceptions/UnauthorizedException.php b/lib/Exceptions/UnauthorizedException.php
index cc0b9a19f..e1123592d 100644
--- a/lib/Exceptions/UnauthorizedException.php
+++ b/lib/Exceptions/UnauthorizedException.php
@@ -21,7 +21,7 @@ declare(strict_types=1);
*/
-namespace OCA\Spreed\Exceptions;
+namespace OCA\Talk\Exceptions;
class UnauthorizedException extends \Exception {