1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-24 07:42:07 +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
{
}