mirror of
https://github.com/danog/amp.git
synced 2024-12-02 17:37:50 +01:00
7 lines
79 B
PHP
7 lines
79 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp;
|
||
|
|
||
|
class CombinatorException extends \RuntimeException {
|
||
|
|
||
|
}
|