Home
last modified time | relevance | path

Searched refs:Exception (Results 426 – 450 of 2287) sorted by last modified time

1...<<11121314151617181920>>...92

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DArchiveIllegalCompressionException.php8 class ArchiveIllegalCompressionException extends \Exception
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php106 * @throws Exception
121 * @throws Exception
133 * @throws Exception
141 throw new Exception("No such color $color");
152 * @throws Exception
164 * @throws Exception
H A DException.php6 * Class Exception
14 class Exception extends \RuntimeException class
24 * @param string $message The Exception message to throw.
25 * @param int $code The Exception code
26 * @param \Exception $previous The previous exception used for the exception chaining.
28 public function __construct($message = "", $code = 0, \Exception $previous = null)
H A DOptions.php41 * @throws Exception when arguments can't be read
113 * @throws Exception
118 throw new Exception("Command $command not registered");
135 * @throws Exception
140 throw new Exception("Command $command already registered");
159 * @throws Exception
164 throw new Exception("Command $command not registered");
175 throw new Exception("Short options should be exactly one ASCII character");
189 * @throws Exception
204 throw new Exception("No
[all...]
H A DTableFormatter.php117 * @throws Exception
143 throw new Exception('Only one fluid column allowed!');
146 throw new Exception("unknown column format $col");
167 throw new Exception("Wanted column widths exceed available space");
187 * @throws Exception
/plugin/smtp/
H A Daction.php75 } catch (Exception $e) {
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/Exceptions/
H A DSMTPException.php28 class SMTPException extends \Exception
/plugin/embeddedphp/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/statistics/
H A Dimg.php17 if(!auth_ismanager()) throw new Exception('Access denied');
19 } catch(Exception $e) {
/plugin/statistics/inc/
H A DBrowscap.php209 * @throws Exception
217 throw new Exception(
226 throw new Exception(
254 * @throws Exception
285 } catch (Exception $e) {
301 throw new Exception("Cannot load this cache version - the cache format is not compatible.");
787 * @throws Exception
832 throw new Exception("Could not write .ini content to $path");
842 * @throws Exception
851 throw new Exception("Ba
[all...]
H A DStatisticsBrowscap.class.php23 * @throws Exception
30 throw new Exception('Your server can\'t connect to external resources. Please update the file manually.');
/plugin/statistics/inc/pchart/
H A DBackgroundStyle.php51 throw new Exception("Requested gradient start color, but gradient is not enabled");
59 throw new Exception("Requested gradient decay, but gradient is not enabled");
H A DCSVImporter.php46 throw new Exception("Failed to open file");
H A DPieChart.php151 throw new Exception("No values available in data description in drawBasicPieGraph()");
178 throw new Exception("Pie chart can only accept one serie of data.");
387 throw new Exception("Pie chart can only accept one serie of data.");
494 throw new Exception("Pie chart can only accept one serie of data.");
H A DPalette.php68 * @throws Exception
73 if(!$handle) throw new Exception('Failed to open file in loadColorPalette');
H A DpChart.php3214 throw new Exception("Impossible to calculate scales when VMax <= VMin");
3293 if($Factor == 0) throw new Exception('Division by zero whne calculating scales (should not happen)');
/plugin/farmer/admin/
H A Dnew.php203 * @throws Exception
258 } catch (\Exception $ignore) {
299 throw new Exception('Undefined aclpolicy given');
/plugin/farmer/3rdparty/
H A DRingIcon.php182 * @throws \Exception
188 throw new \Exception('Missing libgd support');
H A DPHPIco.php32 * @throws \Exception
51 throw new \Exception(
/plugin/const/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/sql2wiki/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/approve/
H A Dadmin.php37 } catch (Exception $e) {
81 } catch (Exception $e) {
/plugin/approve/helper/
H A Ddb.php31 * @throws Exception
39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
64 * @param bool $throw throw an Exception when sqlite not available?
66 * @throws Exception
76 throw new \Exception('The approve plugin requires the sqlite plugin. Please install and enable it.');
/plugin/approve/syntax/
H A Dtable.php133 } catch (Exception $e) {
/plugin/approve/action/
H A Dnotification.php39 } catch (Exception $e) {
52 } catch (Exception $e) {

1...<<11121314151617181920>>...92