<?php

namespace MatthiasMullie\Scrapbook\Exception;

/**
 * @author Martin Georgiev <martin.georgiev@gmail.com>
 * @copyright Copyright (c) 2017, Martin Georgiev. All rights reserved
 * @license LICENSE MIT
 */
class OperationFailed extends Exception
{
}
