We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<cfscript> public string function renderPage( required any page, required any docTree, required boolean edit ){ try { var renderedPage = renderTemplate( template = "templates/#_getPageLayoutFile( arguments.page )#.cfm" , args = { page = arguments.page, docTree=arguments.docTree, edit=edit } , helpers = "/builders/html/helpers" ); } catch( any e ) { e.additional.luceeDocsPageId = arguments.page.getid(); rethrow; } } <cfscript>
throws MISSING_VAR: Variable e is not declared with a var statement.
from https://github.com/lucee/lucee-docs/blob/master/builders/html/Builder.cfc#L37
The text was updated successfully, but these errors were encountered:
#553 implemented. catch variables are no longer false flags
c7134bc
fixed in #562
Sorry, something went wrong.
@zspitzer Thanks for the clear and complete example. Keep em coming
#553 implemented. catch variables are no longer false flags (#562)
5348bbf
#553 implemented. catch variables are no longer false flags (#567)
1509d2d
ryaneberly
No branches or pull requests
throws MISSING_VAR: Variable e is not declared with a var statement.
from https://github.com/lucee/lucee-docs/blob/master/builders/html/Builder.cfc#L37
The text was updated successfully, but these errors were encountered: