WP_CLI\Bootstrap
IncludePackageAutoloader::handle_failure()
Handle the failure to find an autoloader.
Method of the class: IncludePackageAutoloader{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->handle_failure();
IncludePackageAutoloader::handle_failure() IncludePackageAutoloader::handle failure code WP-CLI 2.8.0-alpha
protected function handle_failure() { WP_CLI::debug( 'No package autoload found to load.', 'bootstrap' ); }