PHP Class Prooph\ServiceBus\Plugin\Guard\UnauthorizedException

Inheritance: extends RuntimeException
Show file Open project: prooph/service-bus

Protected Properties

Property Type Description
$message string

Public Methods

Method Description
__construct ( string $messageName = '' ) UnauthorizedException constructor.

Method Details

__construct() public method

UnauthorizedException constructor.
public __construct ( string $messageName = '' )
$messageName string

Property Details

$message protected property

protected string $message
return string