web/lib/Exceptions
2024-04-22 20:18:43 -05:00
..
AppException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
ArtistNameRequiredException.php Add cover art database 2024-01-03 19:14:04 -06:00
ArtistNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
ArtworkAlreadyExistsException.php Add cover art database 2024-01-03 19:14:04 -06:00
ArtworkImageDimensionsTooSmallException.php Convert some constants to enums 2024-01-14 22:32:47 -06:00
ArtworkNameRequiredException.php Add cover art database 2024-01-03 19:14:04 -06:00
ArtworkNotFoundException.php Add cover art database 2024-01-03 19:14:04 -06:00
AuthorNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
CollectionNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
EbookNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
EbookParsingException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidArtworkException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidArtworkPageUrlException.php Normalize URLs when submitting artwork to database 2024-01-09 13:59:00 -06:00
InvalidArtworkTagException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidArtworkTagNameException.php Some more minor fixes, and checks for the temporary 'todo' tag 2024-01-18 21:31:36 -06:00
InvalidCaptchaException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidCompletedYearException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidCopyrightPageUrlException.php Normalize URLs when submitting artwork to database 2024-01-09 13:59:00 -06:00
InvalidCredentialsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidDeathYearException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidEmailException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidFileException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidImageUploadException.php Style tweaks to artworks DB 2024-01-18 10:50:14 -06:00
InvalidLoginException.php More type hinting 2024-01-08 20:21:42 -06:00
InvalidMimeTypeException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidMuseumUrlException.php Validate and normalize museum URLs when submitting artwork 2024-01-12 14:20:54 -06:00
InvalidPageScanUrlException.php Validate and normalize museum URLs when submitting artwork 2024-01-12 14:20:54 -06:00
InvalidPatronException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidPermissionsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
InvalidPublicationYearException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidPublicationYearPageUrlException.php Normalize URLs when submitting artwork to database 2024-01-09 13:59:00 -06:00
InvalidRequestException.php Add cover art database 2024-01-03 19:14:04 -06:00
InvalidUrlException.php Validate and normalize museum URLs when submitting artwork 2024-01-12 14:20:54 -06:00
LoginRequiredException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
MissingEbookException.php Add cover art database 2024-01-03 19:14:04 -06:00
MissingPdProofException.php Add cover art database 2024-01-03 19:14:04 -06:00
MuseumNotFoundException.php Add type hints to Artwork class members 2024-01-08 14:06:25 -06:00
NewsletterRequiredException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
NewsletterSubscriptionExistsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
NewsletterSubscriptionNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
NoopException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
PageOutOfBoundsException.php Limit artwork results at the DB level 2024-01-28 14:04:29 -06:00
PasswordRequiredException.php Add password login option for some users, and further refinements to artwork management system 2024-01-06 22:27:38 -06:00
PaymentExistsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
PollClosedException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
PollItemNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
PollItemRequiredException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
PollNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
PollVoteExistsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
PollVoteNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
SeeOtherEbookException.php More type hinting 2024-01-08 17:00:20 -06:00
SessionNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
StringTooLongException.php More type hinting 2024-01-08 17:00:20 -06:00
TagsRequiredException.php Add cover art database 2024-01-03 19:14:04 -06:00
TooManyTagsException.php Convert some constants to enums 2024-01-14 22:32:47 -06:00
UserExistsException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00
UserNotFoundException.php Refactor HttpInput::Str and rename some exceptions for consistency 2024-01-18 11:21:05 -06:00
ValidationException.php Tweak type hints in ValidationException 2024-04-22 20:18:43 -05:00
WebhookException.php Rename SeException class to AppException 2023-07-14 09:36:10 -05:00