~xibo-maintainers/xibo/tempel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
 * Spring Signage Ltd - http://www.springsignage.com
 * Copyright (C) 2016 Spring Signage Ltd
 * (DeadlockException.php)
 */


namespace Xibo\Exception;

/**
 * Class DeadlockException
 * @package Xibo\Exception
 */
class DeadlockException extends XiboException
{

}