import syeef.com.*;
public class

NotFoundException

{
public NotFoundException() {
// No Post Found
throw new Exception("No post found.");
}
}