Home Previous Up Next Index

IceStorm::NoSuchLink

Overview

exception NoSuchLink

This exception indicates that an attempt was made to remove a link that does not exist.

Used By

Topic::unlink

Data Members

string name;

The name of the link that does not exist.


Home Previous Up Next Index