Searched refs:throws (Results 1 – 25 of 66) sorted by relevance
123
23 * @throws Exception
2 GH-498: The test methods won't be run if a dataProvider throws Exception and --group is added in co…
123 * @throws InvalidEmbed
30 - Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
186 public $direction; // Required field missing, throws an AnnotationException194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…221 public $direction; // Invalid value, throws an AnnotationException
51 [PR['PR_KEYWORD'], /^\b(?:__COLUMN__|__FILE__|__FUNCTION__|__LINE__|#available|#colorLiteral|#column|#else|#elseif|#endif|#file|#fileLiteral|#function|#if|#imageLiteral|#line|#selector|#sourceLocation|arch|arm|arm64|associatedtype|associativity|as|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|dynamicType|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|import|indirect|infix|init|inout|internal|i386|if|in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|none|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix|private|protocol|Protocol|public|repeat|required|rethrows|return|right|safe|Self|self|set|static|struct|subscript|super|switch|throw|throws|try|Type|typealias|unowned|unsafe|var|weak|watchOS|where|while|willSet|x86_64)\b/, null],
48 * added `Assert::throws()`
204 `throws($closure, $class, $message = '')` | Check that a function throws a certain exception. Sub…
317 * @throws Google_AuthException
129 Currently throws an error parsing first line. Maybe Symfony Yaml doesn't support
15 * ~The login form throws a `failure 998` invalid syntax, see [this](https://www.freedesktop.org/wik…
505 final ProgressListener progressListener) throws Exception {575 public int read() throws IOException {580 public int read(byte[] b) throws IOException {585 public int read(byte[] b, int off, int len) throws IOException {590 public long skip(long n) throws IOException {595 public void close() throws IOException {667 protected Boolean doInBackground() throws Exception {
955 public String getName() throws DecoderException {967 private String hex2urlEncoded(String hexStr) throws DecoderException {971 public String getCookies() throws DecoderException {
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
173 $throws = array();
157 * Yaml::parse() now throws an exception when a blackslash is not escaped
202 the thrown exception if either throws.291 * If `$promise` fulfills, and `$onFulfilledOrRejected` throws or returns a296 * If `$promise` rejects, and `$onFulfilledOrRejected` throws or returns a747 If your progress handler throws an exception, the exception will be propagated
1 …'byte',\n 'else',\n 'import',\n 'public',\n 'throws',\n 'case',…
1 …cript',\n 'super',\n 'switch',\n 'throw',\n 'throws',\n 'try',\…
193 $throws = array();
25 …ebSpellChecker/ckeditor-plugin-wsc/issues/56): [Chrome] Fixed: SCAYT/WSC throws errors when runnin…210 …com/WebSpellChecker/ckeditor-plugin-scayt/issues/155) [IE8] Fixed: SCAYT throws an error and does …363 …/github.com/ckeditor/ckeditor-dev/issues/867): Fixed: Typing into a selected table throws an error.369 …* [#40](https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/40): Fixed: IE10 throws an e…392 ….ckeditor.com/ticket/16820): [IE10] Fixed: Clicking below a single horizontal rule throws an error.445 …: Blurring the editor in [Source Mode](https://ckeditor.com/cke4/addon/sourcearea) throws an error.762 * [#13453](https://dev.ckeditor.com/ticket/13453): Fixed: Drag&drop of entire editor content throws…837 …://dev.ckeditor.com/ticket/13280): [IE8] Fixed: Undo after inline widget drag&drop throws an error.936 * [#11856](https://dev.ckeditor.com/ticket/11856): The jQuery adapter throws a meaningful error if …1177 …[IE8] Fixed: [Table Resize](https://ckeditor.com/cke4/addon/tableresize) throws an error over scro…[all …]
210 * Yaml::parse() now throws an exception when a blackslash is not escaped
325 (method call), Prophecy will force you to define all the communications - it throws355 was called 1 or more times. If the prediction failed then it throws an exception. When does this
45 - [133: Add @throws annotation in AnnotationReader#__construct()](https://github.com/doctrine/annot…
1068 public static function throws(Closure $expression, $class = 'Exception', $message = '') function in Webmozart\\Assert\\Assert