You are here

constant DB_ERROR_DIVZERO in Flickr API 5

Attempt to divide something by zero

1 use of DB_ERROR_DIVZERO
DB_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.

File

phpFlickr/PEAR/DB.php, line 111

Code

define('DB_ERROR_DIVZERO', -13);