<?php

namespace ComboStrap;

/**
 * When a number can't be returned because
 * the value is infinite
 */
class ExceptionInfinite extends ExceptionCompile
{


}
