~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Exception/TaskRunException.php

  • Committer: Dan Garner
  • Date: 2016-02-12 10:41:25 UTC
  • mto: (454.4.130)
  • mto: This revision was merged to the branch mainline in revision 484.
  • Revision ID: git-v1:ca673f8ea522eac5f311ed779b0fbfeb35a0e4dd
Handle duration changes in XLF generation. Fixed region option factory.
xibosignage/xibo#721

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/*
3
 
 * Spring Signage Ltd - http://www.springsignage.com
4
 
 * Copyright (C) 2016 Spring Signage Ltd
5
 
 * (TaskRunException.php)
6
 
 */
7
 
 
8
 
 
9
 
namespace Xibo\Exception;
10
 
 
11
 
/**
12
 
 * Class TaskRunException
13
 
 * @package Xibo\Exception
14
 
 */
15
 
class TaskRunException extends \Exception
16
 
{
17
 
 
18
 
}
 
 
b'\\ No newline at end of file'