Files
Cloud-CMS/lib/XMR/PlayerActionException.php
Matt Batchelder 05ce0da296 Initial Upload
2025-12-02 10:32:59 -05:00

15 lines
213 B
PHP

<?php
/*
* Spring Signage Ltd - http://www.springsignage.com
* Copyright (C) 2015 Spring Signage Ltd
* (PlayerActionException.php)
*/
namespace Xibo\XMR;
class PlayerActionException extends \Exception
{
}