\League\FactoryMuffin\ExceptionsModelException

This is the model exception class.

This exception is never directly thrown, but you may try to catch this exception rather than the many other exceptions that extend this class.

Summary

Methods
Properties
Constants
__construct()
getModel()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$model
N/A

Properties

$model

$model : string

The model.

Type

string

Methods

__construct()

__construct(string  $model, string  $message) : void

Create a new instance.

Parameters

string $model
string $message

getModel()

getModel() : string

Get the model.

Returns

string