1<?php
2
3namespace ComboStrap;
4
5/**
6 * When a number can't be returned because
7 * the value is infinite
8 */
9class ExceptionInfinite extends ExceptionCompile
10{
11
12
13}
14