HOME


Mini Shell 1.0
DIR: /home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/
Upload File :
Current File : //home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception.stub
<?php

namespace {{ namespace }};

use Exception;

class {{ class }} extends Exception
{
    //
}