During handling of an exception in CLI mode the exception handler
called $this->buildView(…), leading to an exception of type
InvalidTemplateResourceException.
Now the code is aligned to the DebugExceptionHandler and calls
$this->echoExceptionCli(…) instead.
During handling of an exception in CLI mode the exception handler called
$this->buildView(…)
, leading to an exception of typeInvalidTemplateResourceException
.Now the code is aligned to the
DebugExceptionHandler
and calls$this->echoExceptionCli(…)
instead.Fixes flownative/beach#483