mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 21:53:31 +03:00
removed unreachable throw
This commit is contained in:
parent
612d1ad262
commit
58a3efd166
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ class Message extends HttpApi
|
|||
}
|
||||
|
||||
$resource = fopen($path, 'r');
|
||||
} else {
|
||||
throw new InvalidArgumentException('When using a file you need to specify parameter "fileContent" or "filePath"');
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Loading…
Add table
Reference in a new issue