1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-04 06:02:16 +03:00
bookstack/app/Exceptions/SocialDriverNotConfigured.php
2015-09-04 17:16:58 +01:00

6 lines
90 B
PHP

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