lithium\template\TemplateException

Extends RuntimeException
class

A TemplateException is thrown whenever a view template cannot be found, or a called template is not readable or accessible for rendering. Also used by the view compiler if a compiled template cannot be written.

Source

class TemplateException extends \RuntimeException {

	protected $code = 500;
}