PHP Class Sulu\Component\Webspace\Loader\Exception\WebspaceException

Inheritance: extends Exception
Show file Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$webspace Sulu\Component\Webspace\Webspace The webspace of this exception.

Public Methods

Method Description
getWebspace ( ) : Webspace Returns the webspace of this exception.

Method Details

getWebspace() public method

Returns the webspace of this exception.
public getWebspace ( ) : Webspace
return Sulu\Component\Webspace\Webspace

Property Details

$webspace protected property

The webspace of this exception.
protected Webspace,Sulu\Component\Webspace $webspace
return Sulu\Component\Webspace\Webspace