class MissingAppKeyException extends RuntimeException (View source)

Methods

void
__construct(string $message = 'No application encryption key has been specified.')

Create a new exception instance.

Details

void __construct(string $message = 'No application encryption key has been specified.')

Create a new exception instance.

Parameters

string $message

Return Value

void