for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpWinTools\WmiScripting\Exceptions;
class UnresolvableClassException extends \InvalidArgumentException
{
public static function default($class)
return new static("{$class} could not be resolved.");
}