Files
SmartHomePHP/modules/server/events/ConnectionErrorEvent.php
2017-09-01 18:22:12 +03:00

12 lines
162 B
PHP

<?php
namespace app\modules\server\events;
class ConnectionErrorEvent extends ConnectionEvent
{
/**
* @var \Exception
*/
public $exception;
}