PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Exceptions
<?php namespace Nwidart\Modules\Exceptions; class InvalidActivatorClass extends \Exception { public static function missingConfig() { return new static("You don't have a valid activator configuration class. This might be due to your config being out of date. \n Run php artisan vendor:publish --provider=\"Nwidart\Modules\LaravelModulesServiceProvider\" --force to publish the up to date configuration"); } }
[-] FileAlreadyExistException.php
[edit]
[+]
..
[-] InvalidAssetPath.php
[edit]
[-] ModuleNotFoundException.php
[edit]
[-] InvalidActivatorClass.php
[edit]
[-] InvalidJsonException.php
[edit]