WP_CLI\Bootstrap

IncludePackageAutoloader::handle_failure()protectedWP-CLI 1.0

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() code WP-CLI 2.8.0-alpha

protected function handle_failure() {
	WP_CLI::debug( 'No package autoload found to load.', 'bootstrap' );
}