1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/lib/UnsubscribedException.php

6 lines
80 B
PHP

<?php
namespace Amp;
class UnsubscribedException extends \RuntimeException {}