root/components/codeToDiagram/CodeToDiagramException.class.php

5986
1
<?php
1
<?php
2
/**
2
/**
3
 * CodeToDiagramException - to the Exceptions in the CodeToDiagram scope
4
 *
5
 * @package CodeToDiagram
6
 */
7
8
/**
3
 * Code To Diagram Exception
9
 * Code To Diagram Exception
4
 *
10
 *
5
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
11
 * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>
6
 * @package CodeToDiagram
7
 */
12
 */
8
class CodeToDiagramException extends Exception
13
class CodeToDiagramException extends Exception
9
{
14
{