1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<?php
/**
* @author stev leibelt <artodeto@bazzline.net>
* @since 2014-12-20
*/
namespace Net\Bazzline\Component\Locator\Configuration\Validator;
use RuntimeException as ParentClass;
/**
* Class RuntimeException
* @package Net\Bazzline\Component\Locator\Configuration\Validator
*/
class RuntimeException extends ParentClass {}