]> source.dussan.org Git - nextcloud-server.git/commit
Move Exceptions used in OCP to OCP
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 23 Oct 2023 08:18:20 +0000 (10:18 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 23 Oct 2023 08:26:25 +0000 (10:26 +0200)
commitb82e25ea7a13e98212201a905718309a3d1415ae
tree32bfc59d37d8ef9c6f670dd4528e268d127796e7
parent16b9373b82ccfe9a0982f4678c16a19298014e27
Move Exceptions used in OCP to OCP

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Authentication/Exceptions/ExpiredTokenException.php
lib/private/Authentication/Exceptions/InvalidTokenException.php
lib/private/Authentication/Exceptions/WipeTokenException.php
lib/public/Authentication/Exceptions/ExpiredTokenException.php [new file with mode: 0644]
lib/public/Authentication/Exceptions/InvalidTokenException.php [new file with mode: 0644]
lib/public/Authentication/Exceptions/WipeTokenException.php [new file with mode: 0644]
lib/public/Authentication/Token/IProvider.php