betajs/betajs-data

View on GitHub
src/data/stores/base/store_exception.js

Summary

Maintainability
A
0 mins
Test Coverage
Scoped.define("module:Stores.StoreException", ["base:Exceptions.Exception"], function (Exception, scoped) {
    return Exception.extend({scoped: scoped}, {});
});