xref: /plugin/combo/ComboStrap/ExceptionTimeOut.php (revision 5b7a56ccb7c57144ce99d82ebd684c7eb5d4f441)
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