gnu-social/src/Util/Exception
Hugo Sales fb861ed41f
[UTIL][EXCEPTIONS] Introduce NotStoredLocallyException
2021-08-16 17:06:02 +01:00
..
AuthenticationException.php [UTIL][EXCEPTION] Add AuthenticationException, representing an auth error, status code 401 unauthorized 2021-08-04 20:11:47 +00:00
ClientException.php [DOCS] Write exceptions chapter 2021-07-28 21:06:55 +01:00
ConfigurationException.php [TESTS] Add App\Core\Cache test 2021-04-14 15:37:24 +00:00
DuplicateFoundException.php [DB] Make DB::findOneBy throw a different exception if two values are found 2021-04-27 18:10:18 +00:00
EmailException.php [EXCEPTION] Add Email related exceptions 2021-08-03 19:21:34 +00:00
EmailTakenException.php [EXCEPTION] Add Email related exceptions 2021-08-03 19:21:34 +00:00
InvalidFormException.php [STATIC ANALYSIS] Started removal process for the errors found by PHPStan 2021-04-14 15:37:23 +00:00
NicknameEmptyException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NicknameException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NicknameInvalidException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NicknameReservedException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NicknameTakenException.php [EXCEPTION] Add Email related exceptions 2021-08-03 19:21:34 +00:00
NicknameTooLongException.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NicknameTooShortException.php [WEB] Fix translations and small inconsistency when opening on web 2021-04-14 15:37:24 +00:00
NoLoggedInUser.php [GIT] Change my email to the new one in all files and bump copyright year 2021-04-14 15:37:23 +00:00
NoSuchFileException.php [DOCS] Write exceptions chapter 2021-07-28 21:06:55 +01:00
NoSuchNoteException.php [DOCS] Write exceptions chapter 2021-07-28 21:06:55 +01:00
NotFoundException.php [EXCEPTION] Make findOne return NotFoundException 2021-04-14 15:37:22 +00:00
NotStoredLocallyException.php [UTIL][EXCEPTIONS] Introduce NotStoredLocallyException 2021-08-16 17:06:02 +01:00
RedirectException.php [EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception 2021-04-14 15:37:22 +00:00
ServerException.php [DOCS] Write exceptions chapter 2021-07-28 21:06:55 +01:00
TemporaryFileException.php [UTIL] Add option for setting a file suffix on TemporaryFile constructor and add missing TemporaryFileException 2021-04-30 23:08:08 +01:00