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.
ファイルを表示
Open project: zizaco/factory-muff
Public Methods
Method Details
__construct()
public method
Create a new flush method not found exception instance.