improved exception message
This commit is contained in:
parent
a6b194b928
commit
7b453f1ab1
@ -1841,7 +1841,7 @@ abstract class Doctrine_Record extends Doctrine_Record_Abstract implements Count
|
||||
}
|
||||
}
|
||||
|
||||
throw new Doctrine_Record_Exception('Unknown method ' . $method);
|
||||
throw new Doctrine_Record_Exception(sprintf('Unknown method %s::%s', get_class($this), $method));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user