1<?php 2namespace GuzzleHttp\Stream\Exception; 3 4class CannotAttachException extends \RuntimeException {} 5