first commit
This commit is contained in:
22
system/vendor/swift/Swift/Message/MimeException.php
vendored
Normal file
22
system/vendor/swift/Swift/Message/MimeException.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Swift MIME Exception
|
||||
* Please read the LICENSE file
|
||||
* @copyright Chris Corbyn <chris@w3style.co.uk>
|
||||
* @author Chris Corbyn <chris@w3style.co.uk>
|
||||
* @package Swift_Message
|
||||
* @license GNU Lesser General Public License
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . "/../ClassLoader.php";
|
||||
Swift_ClassLoader::load("Swift_Exception");
|
||||
|
||||
/**
|
||||
* Swift MIME Exception
|
||||
* @package Swift_Message
|
||||
* @author Chris Corbyn <chris@w3style.co.uk>
|
||||
*/
|
||||
class Swift_Message_MimeException extends Swift_Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user