Mongolid\Exception\ModelNotFoundException::getModel PHP Method

getModel() public method

Get the affected Mongolid model.
public getModel ( ) : string
return string
    public function getModel()
    {
        return $this->model;
    }
ModelNotFoundException