0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-03-12 19:36:52 +00:00
BookStackApp_BookStack/app/Exceptions/SocialDriverNotConfigured.php

8 lines
100 B
PHP
Raw Normal View History

2021-06-26 15:23:15 +00:00
<?php
namespace BookStack\Exceptions;
2015-09-04 16:16:58 +00:00
class SocialDriverNotConfigured extends PrettyException
{
}