FriendshipRequestNotFound   
    @Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipRequestNotFoundException::class, ExceptionHandler::class]  ) 
Functions
Link copied to clipboard
                  @Error(global = true, exception = FriendshipServiceException.FriendshipRequestNotFoundException::class)  
@Status(value = HttpStatus.NOT_FOUND)