Cart

    0

    Total RM0.00

    view cartCheckout
    Located in Vantage Tanjung Tokong, this restaurant is approached via a beautiful Japanese design, making the experience all the more authentic and enjoyable.
    Categories:
    Recommended for you:
    Product Image
    Product Image
    Product Image
    Product Image
    Product Image
    Product Image
    Product Image
    Product Image
    Product Image
    View Cart
    Catch
    additional
    Struct (ordered)
    Detail
    string
    ErrNumber
    number0
    ErrorCode
    string0
    Extended_Info
    string
    ExtendedInfo
    string
    Message
    stringNo matching property [openingTimes] found in [string]
    StackTrace
    stringlucee.runtime.exp.ExpressionException: No matching property [openingTimes] found in [string] at lucee.runtime.reflection.Reflector.getGetter(Reflector.java:986) at lucee.runtime.reflection.Reflector.callGetter(Reflector.java:1020) at lucee.runtime.reflection.Reflector.getProperty(Reflector.java:1230) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:347) at lucee.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:272) at lucee.runtime.PageContextImpl.getCollection(PageContextImpl.java:1548) at mod_gotfood_product_details_cfm$cf.call(/modules/mod_gotfood_product_details.cfm:15) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1057) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930) at templatemain_cfm$cf.call(/modules/templatemain.cfm:704) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1057) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930) at gotfood1_gotfood_co1196.default_cfm$cf.call(/gotfood1.gotfood.co/default.cfm:8) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1057) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at mod_cfml.core.invoke(core.java:180) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1793) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:1583)
    TagContext
    Array
    1
    Struct
    codePrintHTML
    string13: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;GotFoodStoreVarJSON&nbsp;=&nbsp;Server.JSONFunction.DeserializeFromJSON(GetGotFoodStoreVar.General_JSON_Setting)&gt;<br> 14: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;TodayDay&nbsp;=&nbsp;DateFormat(Request.RightDate,&nbsp;&quot;ddd&quot;)&gt;<br> <b>15: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ClosingTimeArr&nbsp;=&nbsp;GotFoodStoreVarJSON[&quot;openingTimes&quot;][Variables.TodayDay]&gt;</b><br> 16: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ClosingTime&nbsp;=&nbsp;ClosingTimeArr[ArrayLen(ClosingTimeArr)][&quot;close&quot;]&gt;<br> 17: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;OpeningTime&nbsp;=&nbsp;ClosingTimeArr[1][&quot;open&quot;]&gt;<br>
    codePrintPlain
    string13: <cfset GotFoodStoreVarJSON = Server.JSONFunction.DeserializeFromJSON(GetGotFoodStoreVar.General_JSON_Setting)> 14: <cfset TodayDay = DateFormat(Request.RightDate, "ddd")> 15: <cfset ClosingTimeArr = GotFoodStoreVarJSON["openingTimes"][Variables.TodayDay]> 16: <cfset ClosingTime = ClosingTimeArr[ArrayLen(ClosingTimeArr)]["close"]> 17: <cfset OpeningTime = ClosingTimeArr[1]["open"]>
    column
    number0
    id
    string??
    line
    number15
    Raw_Trace
    stringmod_gotfood_product_details_cfm$cf.call(/modules/mod_gotfood_product_details.cfm:15)
    template
    string/home/iestore/iestoresource/modules/mod_gotfood_product_details.cfm
    type
    stringcfml
    2
    Struct
    codePrintHTML
    string702: &lt;!---&nbsp;#28&nbsp;---&gt;<br> 703: &lt;cfif&nbsp;Request.CGIVar.server_name&nbsp;CONTAINS&nbsp;&quot;.gotfood.co&quot;&gt;<br> <b>704: &nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;/modules/mod_gotfood_product_details.cfm&quot;&gt;</b><br> 705: &nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;/modules/gotfood_tracking.cfm&quot;&gt;<br> 706: &lt;/cfif&gt;<br>
    codePrintPlain
    string702: <!--- #28 ---> 703: <cfif Request.CGIVar.server_name CONTAINS ".gotfood.co"> 704: <cfinclude template="/modules/mod_gotfood_product_details.cfm"> 705: <cfinclude template="/modules/gotfood_tracking.cfm"> 706: </cfif>
    column
    number0
    id
    string??
    line
    number704
    Raw_Trace
    stringtemplatemain_cfm$cf.call(/modules/templatemain.cfm:704)
    template
    string/home/iestore/iestoresource/modules/templatemain.cfm
    type
    stringcfml
    3
    Struct
    codePrintHTML
    string6: &lt;/head&gt;<br> 7: &lt;body&gt;<br> <b>8: &lt;cfinclude&nbsp;template=&quot;/modules/templatemain.cfm&quot;&gt;</b><br> 9: &lt;/body&gt;<br> 10: &lt;/html&gt;<br>
    codePrintPlain
    string6: </head> 7: <body> 8: <cfinclude template="/modules/templatemain.cfm"> 9: </body> 10: </html>
    column
    number0
    id
    string??
    line
    number8
    Raw_Trace
    stringgotfood1_gotfood_co1196.default_cfm$cf.call(/gotfood1.gotfood.co/default.cfm:8)
    template
    string/home/iestore/iestorenet/merchant38592/default.cfm
    type
    stringcfml
    type
    stringexpression