1
0
mirror of synced 2024-12-13 14:56:01 +03:00

improved exception message

This commit is contained in:
pookey 2008-01-25 23:13:04 +00:00
parent a6b194b928
commit 7b453f1ab1

View File

@ -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));
} }
/** /**