View file sdark.mobi/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php

File size: 147B
<?php

namespace Guzzle\Tests\Mock;

class ExceptionMock
{
    public function __construct()
    {
        throw new \Exception('Oh no!');
    }
}