Page MenuHomePhabricator

NoInstancesException.php
No OneTemporary

NoInstancesException.php

<?php
namespace Sabre\VObject\Recur;
use Exception;
/**
* This exception gets thrown when a recurrence iterator produces 0 instances.
*
* This may happen when every occurence in a rrule is also in EXDATE.
*
* @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
* @author Evert Pot (http://evertpot.com/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
class NoInstancesException extends Exception {
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 24, 12:15 PM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915734
Default Alt Text
NoInstancesException.php (463 B)

Event Timeline