1<?php
2
3
4namespace ComboStrap;
5
6
7/**
8 * When a data cannot be casted
9 */
10class ExceptionCast  extends ExceptionCompile
11{
12
13
14
15}
16