| 1 | <?php |
||
| 24 | final class PHPExtensionNotFoundException extends AbstractCoreException { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Constructor. |
||
| 28 | * |
||
| 29 | * @param string $extension The extension. |
||
| 30 | * @param Exception $previous The previous exception. |
||
| 31 | */ |
||
| 32 | public function __construct($extension, Exception $previous = null) { |
||
| 35 | |||
| 36 | } |
||
| 37 |