![JAR search and dependency download from the Maven repository](/logo.png)
com.causecode.fileuploader.StorageException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of file-uploader Show documentation
Show all versions of file-uploader Show documentation
This Plugin provides endpoints for file upload to CDN related operations.
The newest version!
package com.causecode.fileuploader
/**
* Exception class
* Exception is thrown if any Storage related error is encountered.
*/
class StorageException extends Exception {
StorageException(String msg) {
super(msg)
}
StorageException(String message, Throwable throwable) {
super(message, throwable)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy