. */ namespace SP\Core\Exceptions; use Exception; /** * Class NoSuchPropertyException * * @package SP\Core\Exceptions */ class NoSuchPropertyException extends Exception { }