lib/azure/core/error.rb in azure-0.7.0.pre vs lib/azure/core/error.rb in azure-0.7.0.pre2
- old
+ new
@@ -12,11 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#--------------------------------------------------------------------------
module Azure
module Core
- # Public: Superclass for errors generated from this library, so people can
+ # Superclass for errors generated from this library, so people can
# just rescue this for generic error handling
- class Error < StandardError
- end
+ class Error < StandardError;end
end
end