mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #75 for new inheritance system
This commit is contained in:
@@ -202,7 +202,7 @@ class Render extends \ArrayObject
|
||||
public function getMacro($name)
|
||||
{
|
||||
if (empty($this->_macros[$name])) {
|
||||
throw new \RuntimeException('macro not found');
|
||||
throw new \RuntimeException('macro '.$name.' not found');
|
||||
}
|
||||
return $this->_macros[$name];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user