aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/custom/exceptions.cxx
blob: 0ad8c4b5385418186f61d915a1fe287a0f3884f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// file      : examples/cxx/hybrid/binary/custom/exceptions.cxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain

#include "exceptions.hxx"

const char* raw_exception::
what () const throw ()
{
  return "RAW stream operation failed";
}