Files

8 lines
117 B
PHP
Raw Permalink Normal View History

2022-10-31 00:42:29 +01:00
<?php
namespace NoccyLabs\Dataset;
use RuntimeException;
class InvalidDatasetException extends RuntimeException
{}