mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented draft for TreeSourceService
This commit is contained in:
6
application/src/Exception/NotSortableException.php
Normal file
6
application/src/Exception/NotSortableException.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
namespace App\Exception;
|
||||
|
||||
class NotSortableException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user