<?php namespace TEC\Common\Exceptions; use RuntimeException; /** * Class Container_Exception. * * @since 5.1.1.2 * * @package TEC\Common\Exceptions */ class Container_Exception extends RuntimeException { // Intentionally empty. }