Commit 7b453f1a authored by pookey's avatar pookey

improved exception message

parent a6b194b9
......@@ -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));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment