1: <?php
2:
3: namespace Baril\Bonsai;
4:
5: use RuntimeException;
6:
7: class TreeException extends RuntimeException
8: {
9: //
10: }
11: