xref: /template/strap/ComboStrap/ExceptionTimeOut.php (revision aea52b497ecf7ce8a15fd6f9dad705aee722f51f)
1<?php
2
3
4namespace ComboStrap;
5
6
7/**
8 * When a timeout has been fired
9 */
10class ExceptionTimeOut  extends ExceptionCompile
11{
12
13
14
15}
16