aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/bookmark/exception/DatastoreNotInitializedException.php
blob: f495049d27d61de63bc05c17527c5499a2f4e373 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Shaarli\Bookmark\Exception;

class DatastoreNotInitializedException extends \Exception
{

}