BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
app.imagivibe.com
/
vendor
/
igaster
/
laravel-theme
/
src
/
Exceptions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: themeNotFound.php
<?php namespace Igaster\LaravelTheme\Exceptions; class themeNotFound extends \Exception{ public function __construct($themeName) { parent::__construct("Theme $themeName not Found", 1); } }
Save
Cancel