__construct() __construct(string $modelName) Construct a new exception. Parameters string $modelName Name of the invalid Model
getClassName() getClassName() : string Get the name of the invalid class. Returns string — Name of the invalid class
getModelName() getModelName() : string Get the name of the invalid Model Returns string — Name of the invalid Model
concat() concat(string $message, string $name) Insert the name in a message Parameters string $message Error message string $name Name to insert