bookstack/app/Exceptions/SortOperationException.php

10 lines
107 B
PHP

<?php
namespace BookStack\Exceptions;
use Exception;
class SortOperationException extends Exception
{
}