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