<?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>try &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/try/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>try catch block at Zend Framework top level</title>
		<link>/2009/10/09/try-catch-block-at-zend-framework-top-level/</link>
		<comments>/2009/10/09/try-catch-block-at-zend-framework-top-level/#respond</comments>
		<pubDate>Fri, 09 Oct 2009 14:14:36 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">/?p=749</guid>
		<description><![CDATA[You&#8217;d like for the production server that no exceptions are visible on the site. That sounds reasonable! If there is some exception you&#8217;d like to see it only on your developer server. So in your index.php or whatever the index of the Zend Framework file is just add a try/catch construction and in the catch &#8230; <a href="/2009/10/09/try-catch-block-at-zend-framework-top-level/" class="more-link">Continue reading <span class="screen-reader-text">try catch block at Zend Framework top level</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/04/09/secure-forms-with-zend-framework/" rel="bookmark" title="Secure Forms with Zend Framework">Secure Forms with Zend Framework </a></li>
<li><a href="/2010/07/19/zend-framework-cache-database-table-schemes/" rel="bookmark" title="Zend Framework: Cache Database Table Schemes">Zend Framework: Cache Database Table Schemes </a></li>
<li><a href="/2009/10/12/http_referrer-in-zend-framework/" rel="bookmark" title="HTTP_REFERRER in Zend Framework">HTTP_REFERRER in Zend Framework </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>You&#8217;d like for the production server that no exceptions are visible on the site. That sounds reasonable! If there is some exception you&#8217;d like to see it only on your developer server. So in your index.php or whatever the index of the Zend Framework file is just add a try/catch construction and in the catch simply don&#8217;t output anything!</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2010/04/09/secure-forms-with-zend-framework/" rel="bookmark" title="Secure Forms with Zend Framework">Secure Forms with Zend Framework </a></li>
<li><a href="/2010/07/19/zend-framework-cache-database-table-schemes/" rel="bookmark" title="Zend Framework: Cache Database Table Schemes">Zend Framework: Cache Database Table Schemes </a></li>
<li><a href="/2009/10/12/http_referrer-in-zend-framework/" rel="bookmark" title="HTTP_REFERRER in Zend Framework">HTTP_REFERRER in Zend Framework </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/10/09/try-catch-block-at-zend-framework-top-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
