index/src/Data/DataException.php

14 lines
223 B
PHP

<?php
// DataException.php
// Created: 2021-05-02
// Updated: 2021-05-12
namespace Index\Data;
use RuntimeException;
/**
* Exception type of the Index\Data namespace.
*/
class DataException extends RuntimeException {}