class NotInstalledException extends Exception implements AsplodeExceptionInterface

This Asplode instance has not been installed.

Methods

__construct( Exception $previous = null)

Construct a new not installed exception.

Details

at line 27
__construct( Exception $previous = null)

Construct a new not installed exception.

Parameters

Exception $previous The cause, if available.