Commit 2a1b5d55 by Taylor Otwell

Shorten a long exception message.

parent 8c8ff5fa
......@@ -149,7 +149,7 @@ class Lang {
return array($segments[0], implode('.', array_slice($segments, 1)));
}
throw new \InvalidArgumentException("Invalid language line [$key]. A specific line must be specified.");
throw new \InvalidArgumentException("Invalid language line [$key].");
}
/**
......@@ -188,4 +188,4 @@ class Lang {
return $this->get();
}
}
}
\ No newline at end of file
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