bookstack/app/Exceptions/UserUpdateException.php

4 lines
92 B
PHP
Raw Normal View History

<?php namespace BookStack\Exceptions;
class UserUpdateException extends NotifyException {}