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
{
}