Current File : /home/getxxhzo/app.genicards.com/vendor/nwidart/laravel-modules/src/Exceptions/InvalidAssetPath.php
<?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].");
    }
}