Home
last modified time | relevance | path

Searched refs:Swift_Message_MimeException (Results 1 – 7 of 7) sorted by relevance

/plugin/swiftmail/Swift/Message/
H A DMime.php196 } catch (Swift_Message_MimeException $e) {
249 } catch (Swift_Message_MimeException $e) {
277 * @throws Swift_Message_MimeException If some required headers have been forcefully removed
421 * @throws Swift_Message_MimeException If no such child exists
431 throw new Swift_Message_MimeException(
438 * @throws Swift_Message_MimeException If no such part exists
445 throw new Swift_Message_MimeException(
H A DImage.php38 * @throws Swift_Message_MimeException If the image cannot be used, or the file is not
47 throw new Swift_Message_MimeException(
H A DHeaders.php146 * @throws Swift_Message_MimeException If no such header exists
270 * @throws Swift_Message_MimeException If no such header exists
279 throw new Swift_Message_MimeException(
316 * @throws Swift_Message_MimeException If no header is set
322 throw new Swift_Message_MimeException(
367 * @throws Swift_Message_MimeException If the header doesn't exist
487 * @throws Swift_Message_MimeException If no such header exists or there are no attributes
H A DAttachment.php80 * @throws Swift_Message_MimeException If some required headers have been deliberately removed
94 * @throws Swift_Message_MimeException If some vital headers have been removed
H A DMimeException.php20 class Swift_Message_MimeException extends Swift_Exception class
/plugin/swiftmail/Swift/
H A DMessage.php541 } catch (Swift_Message_MimeException $e) {
542 …throw new Swift_Message_MimeException("Something went wrong whilst trying to move some MIME parts …
549 * @throws Swift_Message_MimeException If no such part exists
569 …throw new Swift_Message_MimeException("Unable to detach part identified by ID '" . $id . "' since …
574 } catch (Swift_Message_MimeException $e) {
575 …throw new Swift_Message_MimeException("Something went wrong whilst trying to move some MIME parts …
/plugin/swiftmail/
H A Daction.php120 } catch (Swift_Message_MimeException $e) {