for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpWinTools\WmiScripting\Exceptions;
class InvalidConnectionException extends \InvalidArgumentException
{
public static function new($connection_name)
return new static("Could not find connection: {$connection_name}");
}