\League\FactoryMuffin\ExceptionsMethodNotFoundException

This is the method not found exception class.

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

Summary

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

Properties

$model

$model : string

The model.

Type

string

$method

$method : string

The method.

Type

string

Methods

__construct()

__construct(string  $model, string  $method, string|null  $message = null) : void

Create a new instance.

Parameters

string $model
string $method
string|null $message

getModel()

getModel() : string

Get the model.

Returns

string

getMethod()

getMethod() : string

Get the method.

Returns

string