Coverage for /Users/fab/Documents/rdlm-py/rdlmpy/exceptions : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#!/usr/bin/env python # -*- coding: utf-8 -*- # # This file is part of rdlm-py released under the MIT license. # See the LICENSE file for more information.
''' Abstract class to represent a generic RDLM exception '''
''' Exception: the lock is not acquired after wait timeout '''
''' Exception: the lock has been deleted by an delete request '''
''' Unknown exception from the RDLM server '''
''' Unknown exception from the client ''' |