\hhu\z\exceptionsQuesttypeModelNotValidException

Exception: QuesttypeModel not valid.

Summary

Methods
Properties
Constants
__construct()
getClassName()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$questtypeName
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$questtypeName

$questtypeName : string

Name of the invalid class

Type

string

Methods

__construct()

__construct(string  $questtypeName,   $message = self::MESSAGE,   $code = self::CODE) 

Construct a new exception.

Parameters

string $questtypeName

Name of the invalid QuesttypeModel

$message
$code

getClassName()

getClassName() : string

Get the name of the invalid QuesttypeModel.

Returns

string —

Name of the invalid QuesttypeModel

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert