SI_Wisata_Gadis/app/Exceptions/Exception.php

11 lines
95 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class Exception extends Exception
{
//
}