5 lines
103 B
PHP
5 lines
103 B
PHP
<?php
|
|
namespace GuzzleHttp\Stream\Exception;
|
|
|
|
class CannotAttachException extends \RuntimeException {}
|