D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Exceptions
/
Filename :
InvalidAssetPath.php
back
Copy
<?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]."); } }