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