<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>All My Brain &#187; runtime_error</title>
	<atom:link href="http://allmybrain.com/tag/runtime_error/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Extending std::exception</title>
		<link>http://allmybrain.com/2009/05/12/extending-stdexception/</link>
		<comments>http://allmybrain.com/2009/05/12/extending-stdexception/#comments</comments>
		<pubDate>Tue, 12 May 2009 22:06:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[exception safety]]></category>
		<category><![CDATA[runtime_error]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=276</guid>
		<description><![CDATA[So you're writing some C++ code, feeling all object oriented and all, and you decide you'd like an application specific exception whenever one of your methods has an issue. You'd like to have error messages that the exception can print up if thrown and you think to yourself, "hey, I'll just extend std::exception, add the [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/05/12/extending-stdexception/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

