bookstack/app/Exceptions/MoveOperationException.php

9 lines
107 B
PHP

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