Benefits->CanReviewOwnArtwork){ throw new Exceptions\InvalidPermissionsException(); } session_start(); $exception = HttpInput::SessionObject('exception', Exceptions\AppException::class); $artist = Artist::GetByUrlName(HttpInput::Str(GET, 'artist-url-name')); if($exception){ http_response_code(Enums\HttpCode::UnprocessableContent->value); session_unset(); } } catch(Exceptions\ArtistNotFoundException){ Template::ExitWithCode(Enums\HttpCode::NotFound); } catch(Exceptions\LoginRequiredException){ Template::RedirectToLogin(); } catch(Exceptions\InvalidPermissionsException){ Template::ExitWithCode(Enums\HttpCode::Forbidden); } ?>Name, css: ['/css/artwork.css']) ?>

Delete

Are you sure you want to permanently delete Name) ?>?