class AlreadyInstalledException extends Exception implements AsplodeExceptionInterface

This Asplode instance has already been installed.

Methods

__construct( Exception $previous = null)

Construct a new already installed exception.

Details

at line 27
__construct( Exception $previous = null)

Construct a new already installed exception.

Parameters

Exception $previous The cause, if available.