Comos / tage

Tage, the PHP template engine. Developing...
GNU General Public License v3.0
4 stars 2 forks source link

Detail and test exceptions #15

Open bigbigant opened 9 years ago

bigbigant commented 9 years ago

exceptions: Lex, Parse, Compile(After...),Runtime...

bigbigant commented 9 years ago
+ Tage\Exception
 | + Tage\Compiler\Exception
 |  | Tage\Compiler\LexerException
 |  | Tage\Compiler\ParseException
 |  | Tage\Compiler\CompilingException
 |  | Tage\Compiler\ValidationException
 \ + Tage\Runtime\Exception
    | Tage\Runtime\IoException fail to operate fs or other storages
    \Tage\Runtime\UserException  $context->fail() is invoked

+ Tage\Runtime\Signal  可预期的控制信号,用于提前结束模板渲染
 |  Tage\Runtime\LocalStopSignal
 |  Tage\Runtime\LocalSkipSignal
 |  Tage\Runtime\StopSignal
  \ Tage\Runtime\SkipSignal