for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Respect\Structural\Driver;
use Exception as BaseException;
class Exception extends BaseException
{
public static function extensionNotLoaded($name)
return new self("The {$name} extension is not loaded");
}