exception typos fixed

This commit is contained in:
Petr Skoda
2010-09-18 14:01:13 +00:00
parent 83be47e611
commit edef454e08
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ class workshop_accumulative_strategy implements workshop_strategy {
global $DB;
if (!isset($data->nodims)) {
throw new coding_expection('You did not send me the number of assessment dimensions to process');
throw new coding_exception('You did not send me the number of assessment dimensions to process');
}
for ($i = 0; $i < $data->nodims; $i++) {
$grade = new stdclass();
+1 -1
View File
@@ -244,7 +244,7 @@ class workshop_comments_strategy implements workshop_strategy {
global $DB;
if (!isset($data->nodims)) {
throw new coding_expection('You did not send me the number of assessment dimensions to process');
throw new coding_exception('You did not send me the number of assessment dimensions to process');
}
for ($i = 0; $i < $data->nodims; $i++) {
$grade = new stdclass();
+1 -1
View File
@@ -280,7 +280,7 @@ class workshop_numerrors_strategy implements workshop_strategy {
global $DB;
if (!isset($data->nodims)) {
throw new coding_expection('You did not send me the number of assessment dimensions to process');
throw new coding_exception('You did not send me the number of assessment dimensions to process');
}
for ($i = 0; $i < $data->nodims; $i++) {
$grade = new stdclass();