Skip to content

Commit abfd513

Browse files
committed
Merge pull request #7 from biinari/exception_spelling
Correct spelling ResqueScheduler_InvalidTimestampException
2 parents ab6854d + 3e3ef11 commit abfd513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ResqueScheduler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private static function getTimestamp($timestamp)
194194
}
195195

196196
if ((int)$timestamp != $timestamp) {
197-
throw new ResqueScheduler_InvalidTimestampExeption(
197+
throw new ResqueScheduler_InvalidTimestampException(
198198
'The supplied timestamp value could not be converted to an integer.'
199199
);
200200
}
@@ -266,4 +266,4 @@ private static function validateJob($class, $queue)
266266

267267
return true;
268268
}
269-
}
269+
}

0 commit comments

Comments
 (0)