PrevUpHomeNext

Class bad_message_call

boost::mixin::bad_message_call — Thrown when a message is called on a object that doesn't implement it.

Synopsis

// In header: <boost/mixin/exception.hpp>


class bad_message_call : public boost::mixin::exception {
};

PrevUpHomeNext