Class AediException

General type of exception thrown by library.

class AediException
  : object.Exception ;

General type of exception thrown by library. All kind of exceptions should inherit from this base one. Used as well for general types of exceptions that do not fit in certain category.