You are here

LockrServerException.php in Lockr 7.2

Namespace

Lockr\Exception

File

vendor/lockr/lockr-client/src/Exception/LockrServerException.php
View source
<?php

// ex: ts=4 sts=4 sw=4 et:
namespace Lockr\Exception;

class LockrServerException extends LockrException {

}

Classes