/
home
/
obinna
/
html
/
app
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Console
/
stubs
/
Upload File
HOME
<?php namespace DummyNamespace; use Exception; class DummyClass extends Exception { /** * Report the exception. * * @return bool|null */ public function report() { // } }