bookstack/app/Exceptions/SocialDriverNotConfigured.php

6 lines
90 B
PHP

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