Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
masterminds
/
html5
/
src
:
InvalidAssetPath-20250318220528.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Nwidart\Modules\Exceptions; class InvalidAssetPath extends \Exception { public static function missingModuleName($asset) { return new static("Module name was not specified in asset [$asset]."); } }