bookstack/app/Exceptions/SocialDriverNotConfigured.php

6 lines
94 B
PHP

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