src/Error.cc
author nireco
Thu, 29 Jan 2009 22:23:28 +0200
changeset 442 edde3a342102
parent 227 39cd6861e43e
permissions -rw-r--r--
couple of images about new worm

#include "Error.hh"

std::ostream& operator<< (std::ostream &s, Error &e) {
    return s << e.what();
}