mirror of
https://github.com/danog/amp.git
synced 2024-12-14 10:27:58 +01:00
6 lines
75 B
PHP
6 lines
75 B
PHP
<?php
|
|
|
|
namespace Amp;
|
|
|
|
class TimeoutException extends \RuntimeException {}
|