Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CCS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marko Mecina
CCS
Repository
3e1c6338d36dd3b5d067b12965d09c46ae5a3230
Select Git revision
Selected
3e1c6338d36dd3b5d067b12965d09c46ae5a3230
Branches
2
release
default
protected
workshop
3 results
ccs
Ccs
getting_started.py
getting_started.py
Find file
Blame
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
File actions
Find file
t
Blame
Copy permalink
y
Copy contents
Open raw
Download
dimensionexception.py
104 B
1
2
3
4
5
class
DimensionalException
(
Exception
):
def
__init__
(
self
,
message
):
self
.
message
=
message