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