blob: 02a6b31c183ed6314ad21d2dcd85682228045869 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2009 Google Inc. All Rights Reserved.
package com.android.camera.gallery;
/**
* Exception which will be thrown when the task has been canceled.
*/
public class CanceledException extends Exception {
}
|