PHP Class League\FactoryMuffin\Exceptions\FlushMethodNotFoundException
This is thrown when the flush method of a model does not exist. This class
extends MethodNotFoundException and ModelException, so you may want to try
to catch one of those exceptions instead, if you want to be more general.
Afficher le fichier
Open project: zizaco/factory-muff
Méthodes publiques
Method Details
__construct()
public méthode
Create a new flush method not found exception instance.