diff --git a/src/Handlebars/Context.php b/src/Handlebars/Context.php index 7ca5809..e7c84c7 100644 --- a/src/Handlebars/Context.php +++ b/src/Handlebars/Context.php @@ -288,7 +288,7 @@ class Context throw new \InvalidArgumentException( sprintf( 'Can not find variable in context: "%s"', - var_export($variable, true) + $inside ) ); }