Home
last modified time | relevance | path

Searched refs:Exception (Results 26 – 50 of 2287) sorted by last modified time

12345678910>>...92

/plugin/struct/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/struct/action/
H A Dinline.php171 } catch (\Exception $e) {
/plugin/struct/helper/
H A Ddb.php23 * @throws Exception
40 * @param bool $throw throw an Exception when sqlite not available or fails to load
42 * @throws Exception
54 } catch (\Exception $exception) {
/plugin/mermaid/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/doi/Resolver/
H A DDoiResolver.php44 if (!$json) throw new \Exception('Could not fetch data from doi.org. ' . $http->error);
/plugin/doi/syntax/
H A Ddoi.php56 } catch (Exception $e) {
/plugin/doi/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/openlayersmap/
H A DStaticMap.php173 } catch (Exception $e) {
194 * @throws Exception if non-geometries are found in the collection
/plugin/shell/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php154 * @throws \Exception
178 throw new \Exception("Point coordinates ({$point->x()}, {$point->y()}) are out of lat/lon range");
H A DGeoJSON.php29 * @throws \Exception
37 throw new \Exception('Invalid JSON');
40 throw new \Exception('Invalid GeoJSON');
78 * @throws \Exception
95 * @throws \Exception
194 * @throws \Exception
201 throw new \Exception('Invalid GeoJSON: GeometryCollection with no component geometries');
H A DGeoRSS.php74 throw new \Exception("Invalid GeoRSS: " . $text);
80 } catch (\Exception $e) {
81 throw new \Exception("Cannot Read Geometry From GeoRSS: " . $e->getMessage());
97 throw new \Exception("Invalid / Empty GeoRSS");
H A DGoogleGeocode.php47 * @throws \Exception If geocoding fails
97 throw new \Exception(
103 throw new \Exception('Unknown error in Google Reverse Geocoder');
121 * @throws \Exception If geocoding fails
153 throw new \Exception(
159 throw new \Exception('Unknown error in Google Reverse Geocoder');
H A DKML.php67 throw new \Exception("Invalid KML: " . $text);
73 } catch (\Exception $e) {
74 throw new \Exception("Cannot Read Geometry From KML. " . $e->getMessage());
182 throw new \Exception("Invalid KML");
H A DTWKB.php83 * @throws \Exception
92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
193 throw new \Exception(
206 * @throws \Exception
238 * @throws \Exception
260 * @throws \Exception
283 * @throws \Exception
H A DWKB.php81 * @throws \Exception
90 throw new \Exception('Cannot read empty WKB geometry. Found ' . gettype($wkb));
104 * @throws \Exception
169 throw new \Exception(
H A DWKT.php47 * @throws \Exception
72 } catch (\Exception $e) {
85 throw new \Exception('Invalid Wkt');
92 * @throws \Exception
108 throw new \Exception('Invalid WKT type "' . $m[1] . '"');
110 throw new \Exception('Cannot parse WKT');
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php5 use geoPHP\Exception\InvalidGeometryException;
30 * @throws \Exception
68 * @throws \Exception
H A DPolygon.php5 use geoPHP\Exception\InvalidGeometryException;
6 use geoPHP\Exception\UnsupportedMethodException;
22 * @throws \Exception
50 // throw new \Exception('Cannot create Polygon: geometry should be simple');
H A DCollection.php5 use geoPHP\Exception\InvalidGeometryException;
29 * @throws \Exception
H A DCurve.php5 use geoPHP\Exception\InvalidGeometryException;
H A DGeometry.php5 use geoPHP\Exception\UnsupportedMethodException;
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php90 * @throws \Exception
110 throw new \Exception("Can not detect format");
118 throw new \Exception('geoPHP could not find an adapter of type ' . htmlentities($type));
158 * @throws \Exception
271 * @throws \Exception
284 //FIXME should be: throw new \Exception('Input is not a Geometry or array of Geometries');
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DInvalidGeometryException.php3 namespace geoPHP\Exception;
10 * @package geoPHP\Exception
12 class InvalidGeometryException extends \Exception
H A DUnsupportedMethodException.php3 namespace geoPHP\Exception;
8 class UnsupportedMethodException extends \Exception

12345678910>>...92