View file sdark.mobi/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php
<?php namespace Guzzle\Tests\Mock; class ExceptionMock { public function __construct() { throw new \Exception('Oh no!'); } }
<?php namespace Guzzle\Tests\Mock; class ExceptionMock { public function __construct() { throw new \Exception('Oh no!'); } }