| DIR: /home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
| Current File : //home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception.stub |
<?php
namespace {{ namespace }};
use Exception;
class {{ class }} extends Exception
{
//
}
|