gnu-social/src/Util/Exception
Diogo Peralta Cordeiro 941cbe6599
[Actor] Refactor GSActor into Actor
2021-09-18 05:12:17 +01:00
..
AuthenticationException.php [UTIL][EXCEPTION] Add AuthenticationException, representing an auth error, status code 401 unauthorized 2021-09-14 13:13:20 +01:00
ClientException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
ConfigurationException.php [TESTS] Add App\Core\Cache test 2021-09-14 13:10:22 +01:00
DuplicateFoundException.php [DB] Make DB::findOneBy throw a different exception if two values are found 2021-09-14 13:12:23 +01:00
EmailException.php [EXCEPTION] Add Email related exceptions 2021-09-14 13:13:16 +01:00
EmailNotFoundException.php [Security][Exception] Security exception handling, login and register. TODO EmailNotFoundException and NicknameNotFoundException. 2021-09-15 14:48:06 +01:00
EmailTakenException.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
InvalidFormException.php [STATIC ANALYSIS] Started removal process for the errors found by PHPStan 2021-09-14 13:10:16 +01:00
NicknameEmptyException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameInvalidException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameNotFoundException.php [Security][Exception] Security exception handling, login and register. TODO EmailNotFoundException and NicknameNotFoundException. 2021-09-15 14:48:06 +01:00
NicknameReservedException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameTakenException.php [Actor] Refactor GSActor into Actor 2021-09-18 05:12:17 +01:00
NicknameTooLongException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NicknameTooShortException.php [WEB] Fix translations and small inconsistency when opening on web 2021-09-14 13:10:23 +01:00
NoLoggedInUser.php [GIT] Change my email to the new one in all files and bump copyright year 2021-09-14 13:06:56 +01:00
NoSuchFileException.php [CORE] Fix path configuration 2021-09-14 13:13:35 +01:00
NoSuchNoteException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
NotFoundException.php [EXCEPTION] Make findOne return NotFoundException 2021-09-14 13:06:52 +01:00
NotImplementedException.php [EXCEPTION] Add `NotImplementedException` 2021-09-14 13:13:42 +01:00
NotStoredLocallyException.php [CORE] Fix path configuration 2021-09-14 13:13:35 +01:00
RedirectException.php [TOOLS] Fix all level 0 errors found by PHPStan and move constant definition to bootstrap file 2021-09-14 13:13:42 +01:00
ServerException.php [DOCS] Write exceptions chapter 2021-09-14 13:13:09 +01:00
TemporaryFileException.php [UTIL] Add option for setting a file suffix on TemporaryFile constructor and add missing TemporaryFileException 2021-09-14 13:12:54 +01:00