Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb.blunetdev.com/frontend/views/site/
Upload File :
Current File : /var/www/html/dynaweb.blunetdev.com/frontend/views/site/error.php

<?php

/* @var $this yii\web\View */
/* @var $name string */
/* @var $message string */
/* @var $exception Exception */

use yii\helpers\Html;

?>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<div class="site-error">
  <div class="alert alert-danger" style="width:100%;border-radius:0;">
  	<h1>Oops!</h1>
    	<br>
    <h3>Something went wrong...</h3>
    	<br>
    <ul>
        <li><?= Html::encode($exception->getMessage()) ?></li>
        <li>On Line :- <?= Html::encode($exception->getLine())?></li>
        <li>On File :- <?= Html::encode($exception->getFile())?></li>
    </ul>    
  </div>
</div>