Initial unit tests, code cleanup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Dataset;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class InvalidDatasetException extends RuntimeException
|
||||
{}
|
||||
Reference in New Issue
Block a user