Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
test plugin error500
2
<h2><?php echo $message; ?></h2>
3
<p class="error">
4
	<strong><?php echo __d('cake', 'Error'); ?>: </strong>
5
	<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
6
</p>
7
<?php
8
if (Configure::read('debug') > 0):
9
	echo $this->element('exception_stack_trace');
10
endif;
11
?>