Odd error message when loggin in after time out

DerrickG3

Joined: 2009-03-24
Posts: 33
Posted: Mon, 2014-05-05 16:07

I just got this really odd message:

Kohana_Exception [ kohana/core.errors.403 ]:
@todo FORBIDDEN

1. MODPATH/gallery/helpers/access.php[ 202 ]

197
198 /**
199 * Terminate immediately with an HTTP 403 Forbidden response.
200 */
201 static function forbidden() {
202 throw new Kohana_Exception("@todo FORBIDDEN", null, 403);
203 }
204
205 /**
206 * Internal method to set a permission
207 *

Any ideas of what this means?