File "exception.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/exception.stub
File size: 98 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace {{ namespace }};
use Exception;
class {{ class }} extends Exception
{
//
}