@@ -23,15 +23,12 @@
|
||||
|
||||
namespace OCA\Deck;
|
||||
|
||||
|
||||
class InvalidAttachmentType extends \Exception {
|
||||
|
||||
/**
|
||||
* InvalidAttachmentType constructor.
|
||||
*/
|
||||
public function __construct($type) {
|
||||
|
||||
parent::__construct('No matching IAttachmentService implementation found for type ' . $type);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user