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: themeAlreadyExists.php
<?php namespace Igaster\LaravelTheme\Exceptions; class themeAlreadyExists extends \Exception{ public function __construct($theme) { parent::__construct("Theme {$theme->name} already exists", 1); } }
Save
Cancel