1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php namespace Basho\Riak\Command; /** * Exception thrown when there is an error within the execution of a Command object. * * @author Christopher Mancini <cmancini at basho d0t com> */ class Exception extends \Basho\Riak\Exception { }