bookstack/app/Exceptions/SortOperationException.php

9 lines
107 B
PHP

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