Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created November 9, 2011 02:57
Show Gist options
  • Select an option

  • Save AV4TAr/1350193 to your computer and use it in GitHub Desktop.

Select an option

Save AV4TAr/1350193 to your computer and use it in GitHub Desktop.
throw 404 exception in zend framework
<?php
throw new Zend_Controller_Action_Exception("UPS!!! This page don't exist",404);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment