1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00
Files
bookstack/app/Exceptions/SocialDriverNotConfigured.php
2015-09-10 19:31:09 +01:00

6 lines
94 B
PHP

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