0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-15 17:24:11 +00:00
BookStackApp_BookStack/app/Exceptions/UserTokenNotFoundException.php
2019-09-15 18:29:51 +01:00

6 lines
96 B
PHP

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