1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00
ampache/modules/React/Dns/RecordNotFoundException.php

7 lines
82 B
PHP

<?php
namespace React\Dns;
class RecordNotFoundException extends \Exception
{
}