mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-06-27 15:25:32 +02:00
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
|
|
namespace App\Exception;
|
|
|
|
final class NotSortableException extends \Exception
|
|
{
|
|
}
|