Figured out that I could do this to enable a graceful failure message if someone hadn’t composer install on a project yet. It’s silly simple, but I feel good about it.
if ( ( include ‘vendor/autoload.php’ ) === false ) {
if ( ( include ‘vendor/autoload.php’ ) === false ) {