Edit file File name : ExitException.php Content :<?php namespace WP_CLI; use Exception; class ExitException extends Exception {} Save