Commit 2c2344c3 by Taylor Otwell

Shorten exception message.

parent fc8b3015
......@@ -123,7 +123,7 @@ class Input {
{
if (Config::get('session.driver') == '')
{
throw new \UnexpectedValueException('A session driver must be specified in order to access old input.');
throw new \UnexpectedValueException('A session driver must be specified to access old input.');
}
$old = IoC::core('session')->get(Input::old_input, array());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment