mirror of
https://github.com/danog/amp.git
synced 2024-11-27 12:35:02 +01:00
6 lines
76 B
PHP
6 lines
76 B
PHP
<?php
|
|
|
|
namespace Amp;
|
|
|
|
class DisposedException extends \RuntimeException {}
|