We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ab9e1 commit 665b91bCopy full SHA for 665b91b
1 file changed
src/Secure.php
@@ -84,10 +84,6 @@ public function __construct(
84
*/
85
public function setFile($data = '')
86
{
87
- if (! \is_file($data)) {
88
- throw new Exception('Unable to locate the specified file.');
89
- }
90
-
91
if ($this->NOFILE) {
92
$this->data = (static function () use ($data) {
93
for ($i = 0; $i < strlen($data) / 4096; $i++) {
0 commit comments