EmptyParametersException

Extends \Exception

Class EmptyParametersException

package

DruidFamiliar\Exception

author

Jasmine Hegman

version 1.0
category

WebPT

copyright

Copyright (c) 2014 WebPT, Inc.

Methods

Class constructor

__construct(array $emptyParameters, string $message = NULL, \Exception $previous = NULL) 

Arguments

$emptyParameters

array

Array of strings representing the missing parameters

$message

string

[optional] Override the default exception message to throw.

$previous

\Exception

[optional] The previous exception used for the exception chaining. Since 5.3.0

Properties

Array of missing parameter keys

emptyParameters : array
access

protected

var

Type(s)

array