Skip to content

Commit

Permalink
Move class to Joomla\Cms\Exception\ExceptionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 27, 2017
1 parent 3a29d23 commit 1be6cea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license GNU General Public License version 2 or later; see LICENSE
*/

namespace Joomla\Cms\Error;
namespace Joomla\Cms\Exception;

defined('JPATH_PLATFORM') or die;

Expand All @@ -15,7 +15,7 @@
*
* @since 3.0
*/
class ErrorPage
class ExceptionHandler
{
/**
* Render the error page based on an exception.
Expand Down

0 comments on commit 1be6cea

Please sign in to comment.