| Current Path : /home/zada/www/app/Exceptions/ |
| Current File : /home/zada/www/app/Exceptions/Redirectingexception.php |
<?php
namespace App\Exceptions;
use Exception;
class Redirectingexception extends Exception {
public function __construct() {
}
}