aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary/custom/exceptions.cxx
blob: 8c4b2fb690768365c42bbcaf7c99a967c0438e73 (plain)
1
2
3
4
5
6
7
8
9
10
// file      : examples/cxx/hybrid/binary/custom/exceptions.cxx
// copyright : not copyrighted - public domain

#include "exceptions.hxx"

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