<?php

namespace Pionia\Exceptions;
/**
 * This exception is thrown controller parsing fails in anyway
 */
class ControllerException extends BaseException {}
