\League\FactoryMuffin\ExceptionsDirectoryNotFoundException

This is the directory not found exception class.

This is thrown if you try to load factory definitions from a directory that doesn't exit.

Summary

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

Properties

$path

$path : string

The path.

Type

string

Methods

__construct()

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

Create a new instance.

Parameters

string $path
string|null $message

getPath()

getPath() : string

Get the path.

Returns

string